Add BDCSVD_LAPACKE binding

This commit is contained in:
Melven Roehrig-Zoellner
2022-12-09 18:50:12 +00:00
committed by Rasmus Munk Larsen
parent 03c9b4738c
commit 273f803846
6 changed files with 185 additions and 4 deletions

View File

@@ -150,6 +150,7 @@ EIGEN_ALWAYS_INLINE auto FUNCTION(Args&&... args) { return call_wrapper(LAPACKE_
EIGEN_MAKE_LAPACKE_WRAPPER(potrf)
EIGEN_MAKE_LAPACKE_WRAPPER(getrf)
EIGEN_MAKE_LAPACKE_WRAPPER(geqrf)
EIGEN_MAKE_LAPACKE_WRAPPER(gesdd)
#undef EIGEN_MAKE_LAPACKE_WRAPPER
}