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

  /external/eigen/test/
stddeque.cpp 16 void check_stddeque_matrix(const MatrixType& m) function
108 CALL_SUBTEST_1(check_stddeque_matrix(Vector2f()));
109 CALL_SUBTEST_1(check_stddeque_matrix(Matrix3f()));
110 CALL_SUBTEST_2(check_stddeque_matrix(Matrix3d()));
113 CALL_SUBTEST_1(check_stddeque_matrix(Matrix2f()));
114 CALL_SUBTEST_1(check_stddeque_matrix(Vector4f()));
115 CALL_SUBTEST_1(check_stddeque_matrix(Matrix4f()));
116 CALL_SUBTEST_2(check_stddeque_matrix(Matrix4d()));
119 CALL_SUBTEST_3(check_stddeque_matrix(MatrixXd(1,1)));
120 CALL_SUBTEST_3(check_stddeque_matrix(VectorXd(20)))
    [all...]
stddeque_overload.cpp 29 void check_stddeque_matrix(const MatrixType& m) function
134 CALL_SUBTEST_1(check_stddeque_matrix(Vector2f()));
135 CALL_SUBTEST_1(check_stddeque_matrix(Matrix3f()));
136 CALL_SUBTEST_2(check_stddeque_matrix(Matrix3d()));
139 CALL_SUBTEST_1(check_stddeque_matrix(Matrix2f()));
140 CALL_SUBTEST_1(check_stddeque_matrix(Vector4f()));
141 CALL_SUBTEST_1(check_stddeque_matrix(Matrix4f()));
142 CALL_SUBTEST_2(check_stddeque_matrix(Matrix4d()));
145 CALL_SUBTEST_3(check_stddeque_matrix(MatrixXd(1,1)));
146 CALL_SUBTEST_3(check_stddeque_matrix(VectorXd(20)))
    [all...]

Completed in 122 milliseconds