aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.h')
-rw-r--r--test/main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/main.h b/test/main.h
index 8cab47331..59c6b2de7 100644
--- a/test/main.h
+++ b/test/main.h
@@ -114,10 +114,13 @@ class EigenTest : public QObject
private slots:
void testBasicStuff();
+ void testLinearStructure();
+ void testProduct();
void testAdjoint();
void testSubmatrices();
void testMiscMatrices();
void testSmallVectors();
+ void testMap();
protected:
int m_repeat;
};