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

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