Home
last modified time | relevance | path

Searched refs:check_qtvector_matrix (Results 1 – 1 of 1) sorted by relevance

/external/eigen/test/
Dqtvector.cpp19 void check_qtvector_matrix(const MatrixType& m) in check_qtvector_matrix() function
133 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 …]