aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cholesky.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-08-20 20:08:38 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-08-20 20:08:38 +0000
commitfd681507dc9e8bf3cc1dbbc4c017b5d5c0d2b506 (patch)
tree2d7facc637c0bfc41c12506807aa8259b35a7221 /test/cholesky.cpp
parentff8e98c974b1cb7667a20049e992cd4fd0b1aeec (diff)
Add a packetmath unit test, re-enable the comma-initializer unit test,
and bug fix in PacketMath/SSE
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 55a74c477..4bf28ef68 100644
--- a/test/cholesky.cpp
+++ b/test/cholesky.cpp
@@ -60,5 +60,6 @@ void test_cholesky()
CALL_SUBTEST( cholesky(Matrix3f()) );
CALL_SUBTEST( cholesky(Matrix4d()) );
CALL_SUBTEST( cholesky(MatrixXcd(7,7)) );
+ CALL_SUBTEST( cholesky(MatrixXf(85,85)) );
}
}