HomeSort by relevance Sort by last modified time
    Searched refs:check_qtvector_matrix (Results 1 - 2 of 2) sorted by null

  /external/eigen/test/eigen2/
eigen2_qtvector.cpp 21 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(VectorXd(20)))
    [all...]
  /external/eigen/test/
qtvector.cpp 19 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(VectorXd(20)))
    [all...]

Completed in 2035 milliseconds