From 2120fed849e1d00724694a2c8a041ec5561c750b Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sat, 23 Aug 2008 15:14:20 +0000 Subject: * bug fixes in: Dot, generalized eigen problem, singular matrix detetection in Cholesky * fix all numerical instabilies in the unit tests, now all tests can be run 2000 times with almost zero failures. --- test/product_small.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/product_small.cpp') diff --git a/test/product_small.cpp b/test/product_small.cpp index ef44b0826..a1ff642e5 100644 --- a/test/product_small.cpp +++ b/test/product_small.cpp @@ -29,6 +29,7 @@ void test_product_small() for(int i = 0; i < g_repeat; i++) { CALL_SUBTEST( product(Matrix()) ); CALL_SUBTEST( product(Matrix()) ); + CALL_SUBTEST( product(Matrix3d()) ); CALL_SUBTEST( product(Matrix4d()) ); CALL_SUBTEST( product(Matrix4f()) ); } -- cgit v1.2.3