diff --git a/test/product_small.cpp b/test/product_small.cpp index c561ec63b..2a2c1e35f 100644 --- a/test/product_small.cpp +++ b/test/product_small.cpp @@ -58,7 +58,7 @@ void test_product_small() } { - Eigen::Matrix A, B, C; + Eigen::Matrix A, B, C; A.setRandom(); C = A; for(int k=0; k<79; ++k)