mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
set ColPivHouseholderQR as default preconditioner for JacobiSVD
This commit is contained in:
@@ -159,7 +159,7 @@ template<typename MatrixType> void jacobisvd_verify_assert(const MatrixType& m)
|
||||
|
||||
RhsType rhs(rows);
|
||||
|
||||
JacobiSVD<MatrixType, HouseholderQRPreconditioner> svd;
|
||||
JacobiSVD<MatrixType> svd;
|
||||
VERIFY_RAISES_ASSERT(svd.matrixU())
|
||||
VERIFY_RAISES_ASSERT(svd.singularValues())
|
||||
VERIFY_RAISES_ASSERT(svd.matrixV())
|
||||
|
||||
Reference in New Issue
Block a user