aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/lu.cpp
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-10-18 01:35:07 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-10-18 01:35:07 -0400
commit0255f2827948a3fc0fb9d9e38ffa78d7dbd6e6a8 (patch)
treea9511f2112f2714a993a9a47ff924fb51f517ff1 /test/lu.cpp
parent8332c232dbce4c7bf117c872924c42fccca5dc97 (diff)
oops, didn't want to commit that
Diffstat (limited to 'test/lu.cpp')
-rw-r--r--test/lu.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/lu.cpp b/test/lu.cpp
index 5fd58f6e8..442b87f82 100644
--- a/test/lu.cpp
+++ b/test/lu.cpp
@@ -126,19 +126,19 @@ void test_lu()
{
for(int i = 0; i < g_repeat; i++) {
CALL_SUBTEST( lu_non_invertible<MatrixXf>() );
-/* CALL_SUBTEST( lu_non_invertible<MatrixXd>() );
+ CALL_SUBTEST( lu_non_invertible<MatrixXd>() );
CALL_SUBTEST( lu_non_invertible<MatrixXcf>() );
CALL_SUBTEST( lu_non_invertible<MatrixXcd>() );
CALL_SUBTEST( lu_invertible<MatrixXf>() );
CALL_SUBTEST( lu_invertible<MatrixXd>() );
CALL_SUBTEST( lu_invertible<MatrixXcf>() );
- CALL_SUBTEST( lu_invertible<MatrixXcd>() );*/
+ CALL_SUBTEST( lu_invertible<MatrixXcd>() );
}
-/* CALL_SUBTEST( lu_verify_assert<Matrix3f>() );
+ CALL_SUBTEST( lu_verify_assert<Matrix3f>() );
CALL_SUBTEST( lu_verify_assert<Matrix3d>() );
CALL_SUBTEST( lu_verify_assert<MatrixXf>() );
CALL_SUBTEST( lu_verify_assert<MatrixXd>() );
CALL_SUBTEST( lu_verify_assert<MatrixXcf>() );
- CALL_SUBTEST( lu_verify_assert<MatrixXcd>() );*/
+ CALL_SUBTEST( lu_verify_assert<MatrixXcd>() );
}