mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Fixed include in bdcsvd.cpp
This commit is contained in:
parent
21c0a2ce0c
commit
acecb7b09f
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#define SVD_DEFAULT(M) BDCSVD<M>
|
#define SVD_DEFAULT(M) BDCSVD<M>
|
||||||
#define SVD_FOR_MIN_NORM(M) BDCSVD<M>
|
#define SVD_FOR_MIN_NORM(M) BDCSVD<M>
|
||||||
#include "../../test/svd_common.h"
|
#include "svd_common.h"
|
||||||
|
|
||||||
// Check all variants of JacobiSVD
|
// Check all variants of JacobiSVD
|
||||||
template<typename MatrixType>
|
template<typename MatrixType>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user