mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add BDCSVD_LAPACKE binding
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
03c9b4738c
commit
273f803846
@@ -106,6 +106,12 @@ svd.compute(m1);
|
||||
\endcode</td><td>\code
|
||||
?gesvd
|
||||
\endcode</td></tr>
|
||||
<tr class="alt"><td>Singular value decomposition \n \c EIGEN_USE_LAPACKE \n \c EIGEN_USE_LAPACKE_STRICT </td><td>\code
|
||||
BDCSVD<MatrixXd> svd;
|
||||
svd.compute(m1);
|
||||
\endcode</td><td>\code
|
||||
?gesdd
|
||||
\endcode</td></tr>
|
||||
<tr><td>Eigen-value decompositions \n \c EIGEN_USE_LAPACKE \n \c EIGEN_USE_LAPACKE_STRICT </td><td>\code
|
||||
EigenSolver<MatrixXd> es(m1);
|
||||
ComplexEigenSolver<MatrixXcd> ces(m1);
|
||||
|
||||
Reference in New Issue
Block a user