aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-04-27 14:05:40 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-04-27 14:05:40 +0000
commit64bacf1c3f925b38c951007631ec75aac8d8e0e9 (patch)
treeaf7b2b31b79e1ee57c1f9f2c386fa24021e90c2b /test/main.h
parent4ffffa670ed70f2ede9a7c71c91bbbc249239e2b (diff)
* added ei_sqrt for complex
* updated Cholesky to support complex * correct result_type for abs and abs2 functors
Diffstat (limited to 'test/main.h')
-rw-r--r--test/main.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/test/main.h b/test/main.h
index 5d19c3b6b..17e7a7740 100644
--- a/test/main.h
+++ b/test/main.h
@@ -204,17 +204,17 @@ class EigenTest : public QObject
EigenTest(int repeat) : m_repeat(repeat) {}
private slots:
-// void testBasicStuff();
-// void testLinearStructure();
-// void testProduct();
-// void testAdjoint();
-// void testSubmatrices();
-// void testMiscMatrices();
-// void testSmallVectors();
-// void testMap();
-// void testCwiseops();
-// void testDeterminant();
-// void testTriangular();
+ void testBasicStuff();
+ void testLinearStructure();
+ void testProduct();
+ void testAdjoint();
+ void testSubmatrices();
+ void testMiscMatrices();
+ void testSmallVectors();
+ void testMap();
+ void testCwiseops();
+ void testDeterminant();
+ void testTriangular();
void testCholesky();
protected:
int m_repeat;