Searched refs:check_qtvector_matrix (Results 1 – 2 of 2) sorted by relevance
19 void check_qtvector_matrix(const MatrixType& m) in check_qtvector_matrix() function133 CALL_SUBTEST(check_qtvector_matrix(Vector2f())); in test_qtvector()134 CALL_SUBTEST(check_qtvector_matrix(Matrix3f())); in test_qtvector()135 CALL_SUBTEST(check_qtvector_matrix(Matrix3d())); in test_qtvector()138 CALL_SUBTEST(check_qtvector_matrix(Matrix2f())); in test_qtvector()139 CALL_SUBTEST(check_qtvector_matrix(Vector4f())); in test_qtvector()140 CALL_SUBTEST(check_qtvector_matrix(Matrix4f())); in test_qtvector()141 CALL_SUBTEST(check_qtvector_matrix(Matrix4d())); in test_qtvector()144 CALL_SUBTEST(check_qtvector_matrix(MatrixXd(1,1))); in test_qtvector()145 CALL_SUBTEST(check_qtvector_matrix(VectorXd(20))); in test_qtvector()[all …]
21 void check_qtvector_matrix(const MatrixType& m) in check_qtvector_matrix() function133 CALL_SUBTEST_1(check_qtvector_matrix(Vector2f())); in test_eigen2_qtvector()134 CALL_SUBTEST_1(check_qtvector_matrix(Matrix3f())); in test_eigen2_qtvector()135 CALL_SUBTEST_1(check_qtvector_matrix(Matrix3d())); in test_eigen2_qtvector()138 CALL_SUBTEST_2(check_qtvector_matrix(Matrix2f())); in test_eigen2_qtvector()139 CALL_SUBTEST_2(check_qtvector_matrix(Vector4f())); in test_eigen2_qtvector()140 CALL_SUBTEST_2(check_qtvector_matrix(Matrix4f())); in test_eigen2_qtvector()141 CALL_SUBTEST_2(check_qtvector_matrix(Matrix4d())); in test_eigen2_qtvector()144 CALL_SUBTEST_3(check_qtvector_matrix(MatrixXd(1,1))); in test_eigen2_qtvector()145 CALL_SUBTEST_3(check_qtvector_matrix(VectorXd(20))); in test_eigen2_qtvector()[all …]