Searched refs:map_static_methods (Results 1 - 2 of 2) sorted by relevance

/external/eigen/test/eigen2/
H A Deigen2_map.cpp66 template<typename VectorType> void map_static_methods(const VectorType& m) function
108 CALL_SUBTEST_1( map_static_methods(Matrix<double, 1, 1>()) );
109 CALL_SUBTEST_2( map_static_methods(Vector3f()) );
110 CALL_SUBTEST_7( map_static_methods(RowVector3d()) );
111 CALL_SUBTEST_4( map_static_methods(VectorXcd(8)) );
112 CALL_SUBTEST_5( map_static_methods(VectorXf(12)) );
/external/eigen/test/
H A Dmap.cpp76 template<typename VectorType> void map_static_methods(const VectorType& m) function
138 CALL_SUBTEST_6( map_static_methods(Matrix<double, 1, 1>()) );
139 CALL_SUBTEST_7( map_static_methods(Vector3f()) );
140 CALL_SUBTEST_8( map_static_methods(RowVector3d()) );
141 CALL_SUBTEST_9( map_static_methods(VectorXcd(8)) );
142 CALL_SUBTEST_10( map_static_methods(VectorXf(12)) );

Completed in 84 milliseconds