aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cholesky.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-05-11 11:09:41 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-05-11 11:09:41 +0000
commit9b256d997edbb2118bb51e53010d569fe1d1d835 (patch)
tree3483ba17c6f5af5d152c30e9af252673ac99c8d6 /test/cholesky.cpp
parent6a4e94f349fc2cf5de8666fa8129b91b429be7f0 (diff)
various minor updates of some unit tests
Diffstat (limited to 'test/cholesky.cpp')
-rw-r--r--test/cholesky.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cholesky.cpp b/test/cholesky.cpp
index b0e0dd33c..a49625e90 100644
--- a/test/cholesky.cpp
+++ b/test/cholesky.cpp
@@ -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()) );