aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-04-25 23:13:20 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-04-25 23:13:20 +0000
commit173e582e3ce7a7822cb40dbfe8855e642a5fc9f2 (patch)
tree9aa4089085df25c471a485d02dd894f0d7c429db /test/main.h
parent6f2c72fb537c18e5b3a2ddc1f1ba2ff2f4a38785 (diff)
added a tough test to check the determinant that currently fails
Diffstat (limited to 'test/main.h')
-rw-r--r--test/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/main.h b/test/main.h
index 67b5b456f..3aae7bc65 100644
--- a/test/main.h
+++ b/test/main.h
@@ -213,6 +213,7 @@ class EigenTest : public QObject
void testSmallVectors();
void testMap();
void testCwiseops();
+ void testDeterminant();
protected:
int m_repeat;
};