Searched refs:testVectorType (Results 1 – 1 of 1) sorted by relevance
64 void testVectorType(const VectorType& base) in testVectorType() function322 CALL_SUBTEST_3( testVectorType(VectorXcd(internal::random<int>(1,30000))) ); in EIGEN_DECLARE_TEST()323 CALL_SUBTEST_4( testVectorType(VectorXd(internal::random<int>(1,30000))) ); in EIGEN_DECLARE_TEST()324 CALL_SUBTEST_5( testVectorType(Vector4d()) ); // regression test for bug 232 in EIGEN_DECLARE_TEST()325 CALL_SUBTEST_6( testVectorType(Vector3d()) ); in EIGEN_DECLARE_TEST()326 CALL_SUBTEST_7( testVectorType(VectorXf(internal::random<int>(1,30000))) ); in EIGEN_DECLARE_TEST()327 CALL_SUBTEST_8( testVectorType(Vector3f()) ); in EIGEN_DECLARE_TEST()328 CALL_SUBTEST_8( testVectorType(Vector4f()) ); in EIGEN_DECLARE_TEST()329 CALL_SUBTEST_8( testVectorType(Matrix<float,8,1>()) ); in EIGEN_DECLARE_TEST()330 CALL_SUBTEST_8( testVectorType(Matrix<float,1,1>()) ); in EIGEN_DECLARE_TEST()[all …]