add more unit-tests (covering transpose, conjugate, adjoint, dot product...)

This commit is contained in:
Benoit Jacob
2007-11-28 15:34:40 +00:00
parent 39f1776bde
commit 2fdd067d9e
5 changed files with 102 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ class EigenTest : public QObject
private slots:
void testBasicStuff();
void testAdjoint();
};
#endif // EIGEN_TEST_MAIN_H