mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-03 06:50:57 +08:00
Fix typo in testSingular.
This commit is contained in:
parent
eeb744dc8d
commit
cbe92de2b5
@ -134,7 +134,7 @@ void testSingular(MatrixType m, double tol)
|
||||
RealScalar x, y;
|
||||
|
||||
for (int i=0; i < g_repeat; ++i) {
|
||||
generateTestMatrix<MatrixType>::run(m1, m.rows());
|
||||
generateSingularMatrix<MatrixType>::run(m1, m.rows());
|
||||
MatrixPower<MatrixType> mpow(m1);
|
||||
|
||||
x = internal::random<RealScalar>(0, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user