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

  /external/eigen/test/eigen2/
eigen2_newstdvector.cpp 16 void check_stdvector_matrix(const MatrixType& m) function
124 CALL_SUBTEST_1(check_stdvector_matrix(Vector2f()));
125 CALL_SUBTEST_1(check_stdvector_matrix(Matrix3f()));
126 CALL_SUBTEST_1(check_stdvector_matrix(Matrix3d()));
129 CALL_SUBTEST_2(check_stdvector_matrix(Matrix2f()));
130 CALL_SUBTEST_2(check_stdvector_matrix(Vector4f()));
131 CALL_SUBTEST_2(check_stdvector_matrix(Matrix4f()));
132 CALL_SUBTEST_2(check_stdvector_matrix(Matrix4d()));
135 CALL_SUBTEST_3(check_stdvector_matrix(MatrixXd(1,1)));
136 CALL_SUBTEST_3(check_stdvector_matrix(VectorXd(20)))
    [all...]
eigen2_stdvector.cpp 15 void check_stdvector_matrix(const MatrixType& m) function
123 CALL_SUBTEST_1(check_stdvector_matrix(Vector2f()));
124 CALL_SUBTEST_1(check_stdvector_matrix(Matrix3f()));
125 CALL_SUBTEST_1(check_stdvector_matrix(Matrix3d()));
128 CALL_SUBTEST_2(check_stdvector_matrix(Matrix2f()));
129 CALL_SUBTEST_2(check_stdvector_matrix(Vector4f()));
130 CALL_SUBTEST_2(check_stdvector_matrix(Matrix4f()));
131 CALL_SUBTEST_2(check_stdvector_matrix(Matrix4d()));
134 CALL_SUBTEST_3(check_stdvector_matrix(MatrixXd(1,1)));
135 CALL_SUBTEST_3(check_stdvector_matrix(VectorXd(20)))
    [all...]
  /external/eigen/test/
stdvector.cpp 15 void check_stdvector_matrix(const MatrixType& m) function
123 CALL_SUBTEST_1(check_stdvector_matrix(Vector2f()));
124 CALL_SUBTEST_1(check_stdvector_matrix(Matrix3f()));
125 CALL_SUBTEST_2(check_stdvector_matrix(Matrix3d()));
128 CALL_SUBTEST_1(check_stdvector_matrix(Matrix2f()));
129 CALL_SUBTEST_1(check_stdvector_matrix(Vector4f()));
130 CALL_SUBTEST_1(check_stdvector_matrix(Matrix4f()));
131 CALL_SUBTEST_2(check_stdvector_matrix(Matrix4d()));
134 CALL_SUBTEST_3(check_stdvector_matrix(MatrixXd(1,1)));
135 CALL_SUBTEST_3(check_stdvector_matrix(VectorXd(20)))
    [all...]
stdvector_overload.cpp 29 void check_stdvector_matrix(const MatrixType& m) function
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)))
    [all...]

Completed in 280 milliseconds