Home
last modified time | relevance | path

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

/external/eigen/test/
Dstdvector.cpp15 void check_stdvector_matrix(const MatrixType& m) in check_stdvector_matrix() function
123 CALL_SUBTEST_1(check_stdvector_matrix(Vector2f())); in test_stdvector()
124 CALL_SUBTEST_1(check_stdvector_matrix(Matrix3f())); in test_stdvector()
125 CALL_SUBTEST_2(check_stdvector_matrix(Matrix3d())); in test_stdvector()
128 CALL_SUBTEST_1(check_stdvector_matrix(Matrix2f())); in test_stdvector()
129 CALL_SUBTEST_1(check_stdvector_matrix(Vector4f())); in test_stdvector()
130 CALL_SUBTEST_1(check_stdvector_matrix(Matrix4f())); in test_stdvector()
131 CALL_SUBTEST_2(check_stdvector_matrix(Matrix4d())); in test_stdvector()
134 CALL_SUBTEST_3(check_stdvector_matrix(MatrixXd(1,1))); in test_stdvector()
135 CALL_SUBTEST_3(check_stdvector_matrix(VectorXd(20))); in test_stdvector()
[all …]
Dstdvector_overload.cpp29 void check_stdvector_matrix(const MatrixType& m) in EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION()
137 CALL_SUBTEST_1(check_stdvector_matrix(Vector2f())); in test_stdvector_overload()
138 CALL_SUBTEST_1(check_stdvector_matrix(Matrix3f())); in test_stdvector_overload()
139 CALL_SUBTEST_2(check_stdvector_matrix(Matrix3d())); in test_stdvector_overload()
142 CALL_SUBTEST_1(check_stdvector_matrix(Matrix2f())); in test_stdvector_overload()
143 CALL_SUBTEST_1(check_stdvector_matrix(Vector4f())); in test_stdvector_overload()
144 CALL_SUBTEST_1(check_stdvector_matrix(Matrix4f())); in test_stdvector_overload()
145 CALL_SUBTEST_2(check_stdvector_matrix(Matrix4d())); in test_stdvector_overload()
148 CALL_SUBTEST_3(check_stdvector_matrix(MatrixXd(1,1))); in test_stdvector_overload()
149 CALL_SUBTEST_3(check_stdvector_matrix(VectorXd(20))); in test_stdvector_overload()
[all …]