From dd934ad057e5ad5a5bc9e9a2b4340b4ac16c01d3 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 8 Oct 2015 17:27:01 +0200 Subject: Re-enable vectorization of LinSpaced, plus some cleaning --- test/nullary.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/nullary.cpp') diff --git a/test/nullary.cpp b/test/nullary.cpp index 2c148e205..4844f2952 100644 --- a/test/nullary.cpp +++ b/test/nullary.cpp @@ -123,6 +123,8 @@ void test_nullary() CALL_SUBTEST_6( testVectorType(Vector3d()) ); CALL_SUBTEST_7( testVectorType(VectorXf(internal::random(1,300))) ); CALL_SUBTEST_8( testVectorType(Vector3f()) ); + CALL_SUBTEST_8( testVectorType(Vector4f()) ); + CALL_SUBTEST_8( testVectorType(Matrix()) ); CALL_SUBTEST_8( testVectorType(Matrix()) ); } } -- cgit v1.2.3