Re-enable vectorization of LinSpaced, plus some cleaning

This commit is contained in:
Gael Guennebaud
2015-10-08 17:27:01 +02:00
parent f6f6f50272
commit dd934ad057
6 changed files with 12 additions and 15 deletions

View File

@@ -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>()) );
}
}