various minor updates of some unit tests

This commit is contained in:
Gael Guennebaud
2009-05-11 11:09:41 +00:00
parent 6a4e94f349
commit 9b256d997e
4 changed files with 14 additions and 5 deletions

View File

@@ -139,6 +139,7 @@ void test_cholesky()
{
for(int i = 0; i < g_repeat; i++) {
CALL_SUBTEST( cholesky(Matrix<double,1,1>()) );
CALL_SUBTEST( cholesky(MatrixXd(1,1)) );
CALL_SUBTEST( cholesky(Matrix2d()) );
CALL_SUBTEST( cholesky(Matrix3f()) );
CALL_SUBTEST( cholesky(Matrix4d()) );