Home
last modified time | relevance | path

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

/external/eigen/test/
Dstddeque.cpp16 void check_stddeque_matrix(const MatrixType& m) in check_stddeque_matrix() function
108 CALL_SUBTEST_1(check_stddeque_matrix(Vector2f())); in test_stddeque()
109 CALL_SUBTEST_1(check_stddeque_matrix(Matrix3f())); in test_stddeque()
110 CALL_SUBTEST_2(check_stddeque_matrix(Matrix3d())); in test_stddeque()
113 CALL_SUBTEST_1(check_stddeque_matrix(Matrix2f())); in test_stddeque()
114 CALL_SUBTEST_1(check_stddeque_matrix(Vector4f())); in test_stddeque()
115 CALL_SUBTEST_1(check_stddeque_matrix(Matrix4f())); in test_stddeque()
116 CALL_SUBTEST_2(check_stddeque_matrix(Matrix4d())); in test_stddeque()
119 CALL_SUBTEST_3(check_stddeque_matrix(MatrixXd(1,1))); in test_stddeque()
120 CALL_SUBTEST_3(check_stddeque_matrix(VectorXd(20))); in test_stddeque()
[all …]
Dstddeque_overload.cpp29 void check_stddeque_matrix(const MatrixType& m) in EIGEN_DEFINE_STL_DEQUE_SPECIALIZATION()
134 CALL_SUBTEST_1(check_stddeque_matrix(Vector2f())); in test_stddeque_overload()
135 CALL_SUBTEST_1(check_stddeque_matrix(Matrix3f())); in test_stddeque_overload()
136 CALL_SUBTEST_2(check_stddeque_matrix(Matrix3d())); in test_stddeque_overload()
139 CALL_SUBTEST_1(check_stddeque_matrix(Matrix2f())); in test_stddeque_overload()
140 CALL_SUBTEST_1(check_stddeque_matrix(Vector4f())); in test_stddeque_overload()
141 CALL_SUBTEST_1(check_stddeque_matrix(Matrix4f())); in test_stddeque_overload()
142 CALL_SUBTEST_2(check_stddeque_matrix(Matrix4d())); in test_stddeque_overload()
145 CALL_SUBTEST_3(check_stddeque_matrix(MatrixXd(1,1))); in test_stddeque_overload()
146 CALL_SUBTEST_3(check_stddeque_matrix(VectorXd(20))); in test_stddeque_overload()
[all …]