Expand and improve unit-tests

This commit is contained in:
Benoit Jacob
2007-12-11 10:07:18 +00:00
parent d50ce24dd9
commit 2b20814ced
5 changed files with 124 additions and 3 deletions

View File

@@ -138,7 +138,7 @@ template<typename MatrixType> void basicStuff(const MatrixType& m)
void EigenTest::testBasicStuff()
{
REPEAT {
for(int i = 0; i < m_repeat; i++) {
basicStuff(Matrix<float, 1, 1>());
basicStuff(Matrix4d());
basicStuff(MatrixXcf(3, 3));