From aeca7a63f4338fac89ed374b0acfde21e3af5fc6 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sun, 24 Aug 2008 16:00:53 +0000 Subject: nothing to see here --- test/product_large.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/product_large.cpp') diff --git a/test/product_large.cpp b/test/product_large.cpp index 7342dbd8a..b85fd0954 100644 --- a/test/product_large.cpp +++ b/test/product_large.cpp @@ -27,10 +27,10 @@ void test_product_large() { for(int i = 0; i < g_repeat; i++) { -// CALL_SUBTEST( product(MatrixXf(ei_random(1,320), ei_random(1,320))) ); + CALL_SUBTEST( product(MatrixXf(ei_random(1,320), ei_random(1,320))) ); CALL_SUBTEST( product(MatrixXd(ei_random(1,320), ei_random(1,320))) ); -// CALL_SUBTEST( product(MatrixXi(ei_random(1,320), ei_random(1,320))) ); -// CALL_SUBTEST( product(MatrixXcf(ei_random(1,50), ei_random(1,50))) ); -// CALL_SUBTEST( product(Matrix(ei_random(1,320), ei_random(1,320))) ); + CALL_SUBTEST( product(MatrixXi(ei_random(1,320), ei_random(1,320))) ); + CALL_SUBTEST( product(MatrixXcf(ei_random(1,50), ei_random(1,50))) ); + CALL_SUBTEST( product(Matrix(ei_random(1,320), ei_random(1,320))) ); } } -- cgit v1.2.3