added a tough test to check the determinant that currently fails

This commit is contained in:
Gael Guennebaud
2008-04-25 23:13:20 +00:00
parent 6f2c72fb53
commit 173e582e3c
5 changed files with 85 additions and 2 deletions

View File

@@ -213,6 +213,7 @@ class EigenTest : public QObject
void testSmallVectors();
void testMap();
void testCwiseops();
void testDeterminant();
protected:
int m_repeat;
};