mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
now these tests succeed with 10,000 repeats
This commit is contained in:
@@ -103,7 +103,10 @@ template<typename MatrixType> void basicStuff(const MatrixType& m)
|
||||
m3 = m1;
|
||||
m1.swap(m2);
|
||||
VERIFY_IS_APPROX(m3, m2);
|
||||
VERIFY_IS_NOT_APPROX(m3, m1);
|
||||
if(rows*cols>=3)
|
||||
{
|
||||
VERIFY_IS_NOT_APPROX(m3, m1);
|
||||
}
|
||||
}
|
||||
|
||||
void test_basicstuff()
|
||||
|
||||
Reference in New Issue
Block a user