-add Ones, DiagonalMatrix, DiagonalCoeffs

-expand and improve unit-tests
-various renaming and improvements
This commit is contained in:
Benoit Jacob
2007-12-15 18:16:30 +00:00
parent fc7b2b5c20
commit 7c38475291
18 changed files with 405 additions and 64 deletions

View File

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