add constructors and accessors/mutators specific to small vectors.

Add corresponding unit-test.
This commit is contained in:
Benoit Jacob
2007-12-17 20:51:40 +00:00
parent f75a0c5179
commit 53040f53d9
6 changed files with 127 additions and 6 deletions

View File

@@ -117,6 +117,7 @@ class EigenTest : public QObject
void testAdjoint();
void testSubmatrices();
void testMiscMatrices();
void testSmallVectors();
protected:
int m_repeat;
};