Searched defs:check_const_correctness (Results 1 - 3 of 3) sorted by relevance

/external/eigen/test/
H A Dmapped_matrix.cpp103 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) function
121 CALL_SUBTEST_1( check_const_correctness(Matrix<float, 1, 1>()) );
123 CALL_SUBTEST_2( check_const_correctness(Matrix4d()) );
127 CALL_SUBTEST_5( check_const_correctness(VectorXi(12)) );
H A Dgeo_quaternion.cpp256 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) function
274 CALL_SUBTEST_1( check_const_correctness(Quaternionf()) );
276 CALL_SUBTEST_2( check_const_correctness(Quaterniond()) );
H A Dref.cpp147 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) function
236 CALL_SUBTEST_1( check_const_correctness(Matrix<float, 1, 1>()) );
238 CALL_SUBTEST_2( check_const_correctness(Matrix4d()) );
242 CALL_SUBTEST_5( check_const_correctness(VectorXi(12)) );

Completed in 140 milliseconds