Searched refs:map_static_methods (Results 1 – 2 of 2) sorted by relevance
66 template<typename VectorType> void map_static_methods(const VectorType& m) in map_static_methods() function108 CALL_SUBTEST_1( map_static_methods(Matrix<double, 1, 1>()) ); in test_eigen2_map()109 CALL_SUBTEST_2( map_static_methods(Vector3f()) ); in test_eigen2_map()110 CALL_SUBTEST_7( map_static_methods(RowVector3d()) ); in test_eigen2_map()111 CALL_SUBTEST_4( map_static_methods(VectorXcd(8)) ); in test_eigen2_map()112 CALL_SUBTEST_5( map_static_methods(VectorXf(12)) ); in test_eigen2_map()
76 template<typename VectorType> void map_static_methods(const VectorType& m) in map_static_methods() function157 CALL_SUBTEST_6( map_static_methods(Matrix<double, 1, 1>()) ); in test_mapped_matrix()158 CALL_SUBTEST_7( map_static_methods(Vector3f()) ); in test_mapped_matrix()159 CALL_SUBTEST_8( map_static_methods(RowVector3d()) ); in test_mapped_matrix()160 CALL_SUBTEST_9( map_static_methods(VectorXcd(8)) ); in test_mapped_matrix()161 CALL_SUBTEST_10( map_static_methods(VectorXf(12)) ); in test_mapped_matrix()