Searched refs:check_stddeque_matrix (Results 1 – 1 of 1) sorted by relevance
16 void check_stddeque_matrix(const MatrixType& m) in check_stddeque_matrix() function108 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 …]