mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-09 07:00:27 +08:00
Fighting for a green dashboard! Next warning's gone.
This commit is contained in:
parent
4c5778d29d
commit
1c9b7a8d9f
@ -120,7 +120,7 @@ template<typename MatrixType> void lu_invertible()
|
||||
|
||||
MatrixType m1(size, size), m2(size, size), m3(size, size);
|
||||
FullPivLU<MatrixType> lu;
|
||||
lu.setThreshold(0.01);
|
||||
lu.setThreshold(RealScalar(0.01));
|
||||
do {
|
||||
m1 = MatrixType::Random(size,size);
|
||||
lu.compute(m1);
|
||||
|
Loading…
Reference in New Issue
Block a user