aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/nullary.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-10-08 17:27:01 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-10-08 17:27:01 +0200
commitdd934ad057e5ad5a5bc9e9a2b4340b4ac16c01d3 (patch)
treef06adf835fff6b32ee12f11cd1b66e16bdb8fa8f /test/nullary.cpp
parentf6f6f50272164a523126f5371ac51a2c8f5bae8e (diff)
Re-enable vectorization of LinSpaced, plus some cleaning
Diffstat (limited to 'test/nullary.cpp')
-rw-r--r--test/nullary.cpp2
1 files changed, 2 insertions, 0 deletions
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<int>(1,300))) );
CALL_SUBTEST_8( testVectorType(Vector3f()) );
+ CALL_SUBTEST_8( testVectorType(Vector4f()) );
+ CALL_SUBTEST_8( testVectorType(Matrix<float,8,1>()) );
CALL_SUBTEST_8( testVectorType(Matrix<float,1,1>()) );
}
}