Searched refs:testVectorType (Results 1 – 1 of 1) sorted by relevance
64 void testVectorType(const VectorType& base) in testVectorType() function231 CALL_SUBTEST_4( testVectorType(VectorXd(internal::random<int>(1,30000))) ); in test_nullary()232 CALL_SUBTEST_5( testVectorType(Vector4d()) ); // regression test for bug 232 in test_nullary()233 CALL_SUBTEST_6( testVectorType(Vector3d()) ); in test_nullary()234 CALL_SUBTEST_7( testVectorType(VectorXf(internal::random<int>(1,30000))) ); in test_nullary()235 CALL_SUBTEST_8( testVectorType(Vector3f()) ); in test_nullary()236 CALL_SUBTEST_8( testVectorType(Vector4f()) ); in test_nullary()237 CALL_SUBTEST_8( testVectorType(Matrix<float,8,1>()) ); in test_nullary()238 CALL_SUBTEST_8( testVectorType(Matrix<float,1,1>()) ); in test_nullary()240 CALL_SUBTEST_9( testVectorType(VectorXi(internal::random<int>(1,10))) ); in test_nullary()[all …]