From 55495dcbaefbd25d8d97a260ca2de921357a137c Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 7 Jul 2010 10:50:40 +0200 Subject: extend product unit tests --- test/product_syrk.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/product_syrk.cpp') diff --git a/test/product_syrk.cpp b/test/product_syrk.cpp index 83e874541..575b21cac 100644 --- a/test/product_syrk.cpp +++ b/test/product_syrk.cpp @@ -79,7 +79,9 @@ void test_product_syrk() CALL_SUBTEST_1( syrk(MatrixXf(s, s)) ); s = ei_random(1,320); CALL_SUBTEST_2( syrk(MatrixXd(s, s)) ); - s = ei_random(1,320); - CALL_SUBTEST_3( syrk(MatrixXcd(s, s)) ); + s = ei_random(1,200); + CALL_SUBTEST_3( syrk(MatrixXcf(s, s)) ); + s = ei_random(1,200); + CALL_SUBTEST_4( syrk(MatrixXcd(s, s)) ); } } -- cgit v1.2.3