Home | History | Annotate | Download | only in test

Lines Matching refs:check_stdvector_matrix

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