Searched refs:check_const_correctness (Results 1 – 4 of 4) sorted by relevance
34 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) in check_const_correctness() function132 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()
148 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) in check_const_correctness() function188 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()
142 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) in check_const_correctness() function262 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()
261 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) in check_const_correctness() function279 CALL_SUBTEST_1( check_const_correctness(Quaternionf()) ); in test_geo_quaternion()281 CALL_SUBTEST_2( check_const_correctness(Quaterniond()) ); in test_geo_quaternion()