mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
typo
This commit is contained in:
parent
8a3151de2e
commit
5a2007f7e4
@ -91,7 +91,7 @@ template<typename MatrixType> void schur(int size = MatrixType::ColsAtCompileTim
|
|||||||
VERIFY_IS_EQUAL(rs1.matrixT(), rsOnlyT.matrixT());
|
VERIFY_IS_EQUAL(rs1.matrixT(), rsOnlyT.matrixT());
|
||||||
VERIFY_RAISES_ASSERT(rsOnlyT.matrixU());
|
VERIFY_RAISES_ASSERT(rsOnlyT.matrixU());
|
||||||
|
|
||||||
if (size > 2 && rows < 20)
|
if (size > 2 && size < 20)
|
||||||
{
|
{
|
||||||
// Test matrix with NaN
|
// Test matrix with NaN
|
||||||
A(0,0) = std::numeric_limits<typename MatrixType::Scalar>::quiet_NaN();
|
A(0,0) = std::numeric_limits<typename MatrixType::Scalar>::quiet_NaN();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user