Lines Matching refs:check_stdvector_matrix
15 void check_stdvector_matrix(const MatrixType& m) in check_stdvector_matrix() function
123 CALL_SUBTEST_1(check_stdvector_matrix(Vector2f())); in test_stdvector()
124 CALL_SUBTEST_1(check_stdvector_matrix(Matrix3f())); in test_stdvector()
125 CALL_SUBTEST_2(check_stdvector_matrix(Matrix3d())); in test_stdvector()
128 CALL_SUBTEST_1(check_stdvector_matrix(Matrix2f())); in test_stdvector()
129 CALL_SUBTEST_1(check_stdvector_matrix(Vector4f())); in test_stdvector()
130 CALL_SUBTEST_1(check_stdvector_matrix(Matrix4f())); in test_stdvector()
131 CALL_SUBTEST_2(check_stdvector_matrix(Matrix4d())); in test_stdvector()
134 CALL_SUBTEST_3(check_stdvector_matrix(MatrixXd(1,1))); in test_stdvector()
135 CALL_SUBTEST_3(check_stdvector_matrix(VectorXd(20))); in test_stdvector()
136 CALL_SUBTEST_3(check_stdvector_matrix(RowVectorXf(20))); in test_stdvector()
137 CALL_SUBTEST_3(check_stdvector_matrix(MatrixXcf(10,10))); in test_stdvector()