Home
last modified time | relevance | path

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

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