Lines Matching refs:check_stdvector_matrix
29 void check_stdvector_matrix(const MatrixType& m) in EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION()
137 CALL_SUBTEST_1(check_stdvector_matrix(Vector2f())); in test_stdvector_overload()
138 CALL_SUBTEST_1(check_stdvector_matrix(Matrix3f())); in test_stdvector_overload()
139 CALL_SUBTEST_2(check_stdvector_matrix(Matrix3d())); in test_stdvector_overload()
142 CALL_SUBTEST_1(check_stdvector_matrix(Matrix2f())); in test_stdvector_overload()
143 CALL_SUBTEST_1(check_stdvector_matrix(Vector4f())); in test_stdvector_overload()
144 CALL_SUBTEST_1(check_stdvector_matrix(Matrix4f())); in test_stdvector_overload()
145 CALL_SUBTEST_2(check_stdvector_matrix(Matrix4d())); in test_stdvector_overload()
148 CALL_SUBTEST_3(check_stdvector_matrix(MatrixXd(1,1))); in test_stdvector_overload()
149 CALL_SUBTEST_3(check_stdvector_matrix(VectorXd(20))); in test_stdvector_overload()
150 CALL_SUBTEST_3(check_stdvector_matrix(RowVectorXf(20))); in test_stdvector_overload()
151 CALL_SUBTEST_3(check_stdvector_matrix(MatrixXcf(10,10))); in test_stdvector_overload()