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

/external/eigen/test/eigen2/
H A Deigen2_qtvector.cpp21 void check_qtvector_matrix(const MatrixType& m) function
133 CALL_SUBTEST_1(check_qtvector_matrix(Vector2f()));
134 CALL_SUBTEST_1(check_qtvector_matrix(Matrix3f()));
135 CALL_SUBTEST_1(check_qtvector_matrix(Matrix3d()));
138 CALL_SUBTEST_2(check_qtvector_matrix(Matrix2f()));
139 CALL_SUBTEST_2(check_qtvector_matrix(Vector4f()));
140 CALL_SUBTEST_2(check_qtvector_matrix(Matrix4f()));
141 CALL_SUBTEST_2(check_qtvector_matrix(Matrix4d()));
144 CALL_SUBTEST_3(check_qtvector_matrix(MatrixXd(1,1)));
145 CALL_SUBTEST_3(check_qtvector_matrix(VectorX
[all...]
/external/eigen/test/
H A Dqtvector.cpp19 void check_qtvector_matrix(const MatrixType& m) function
133 CALL_SUBTEST(check_qtvector_matrix(Vector2f()));
134 CALL_SUBTEST(check_qtvector_matrix(Matrix3f()));
135 CALL_SUBTEST(check_qtvector_matrix(Matrix3d()));
138 CALL_SUBTEST(check_qtvector_matrix(Matrix2f()));
139 CALL_SUBTEST(check_qtvector_matrix(Vector4f()));
140 CALL_SUBTEST(check_qtvector_matrix(Matrix4f()));
141 CALL_SUBTEST(check_qtvector_matrix(Matrix4d()));
144 CALL_SUBTEST(check_qtvector_matrix(MatrixXd(1,1)));
145 CALL_SUBTEST(check_qtvector_matrix(VectorX
[all...]

Completed in 1020 milliseconds