mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Various numerical fixes in D&C SVD: I cannot make it fail with double, but still need to tune for single precision, and carefully test with duplicated singular values
This commit is contained in:
@@ -21,8 +21,7 @@
|
||||
|
||||
|
||||
#define SVD_DEFAULT(M) BDCSVD<M>
|
||||
// #define SVD_FOR_MIN_NORM(M) BDCSVD<M>
|
||||
#define SVD_FOR_MIN_NORM(M) JacobiSVD<M,ColPivHouseholderQRPreconditioner>
|
||||
#define SVD_FOR_MIN_NORM(M) BDCSVD<M>
|
||||
#include "../../test/svd_common.h"
|
||||
|
||||
// Check all variants of JacobiSVD
|
||||
|
||||
Reference in New Issue
Block a user