Searched refs:check_const_correctness (Results 1 - 4 of 4) sorted by relevance

/external/eigen/test/
H A Dsparse_ref.cpp34 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) function
132 CALL_SUBTEST_1( check_const_correctness(SparseMatrix<float>()) );
133 CALL_SUBTEST_1( check_const_correctness(SparseMatrix<double,RowMajor>()) );
136 CALL_SUBTEST_3( check_const_correctness(SparseVector<float>()) );
137 CALL_SUBTEST_3( check_const_correctness(SparseVector<double,RowMajor>()) );
H A Dmapped_matrix.cpp148 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) function
188 CALL_SUBTEST_1( check_const_correctness(Matrix<float, 1, 1>()) );
191 CALL_SUBTEST_2( check_const_correctness(Matrix4d()) );
195 CALL_SUBTEST_5( check_const_correctness(VectorXi(12)) );
H A Dref.cpp142 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) function
262 CALL_SUBTEST_1( check_const_correctness(Matrix<float, 1, 1>()) );
264 CALL_SUBTEST_2( check_const_correctness(Matrix4d()) );
268 CALL_SUBTEST_5( check_const_correctness(VectorXi(12)) );
H A Dgeo_quaternion.cpp261 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) function
279 CALL_SUBTEST_1( check_const_correctness(Quaternionf()) );
281 CALL_SUBTEST_2( check_const_correctness(Quaterniond()) );

Completed in 237 milliseconds