Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/test/
H A Dmapped_matrix.cpp121 template<typename VectorType> void map_static_methods(const VectorType& m) in map_static_methods() function
200 CALL_SUBTEST_6( map_static_methods(Matrix<double, 1, 1>()) ); in EIGEN_DECLARE_TEST()
201 CALL_SUBTEST_7( map_static_methods(Vector3f()) ); in EIGEN_DECLARE_TEST()
202 CALL_SUBTEST_8( map_static_methods(RowVector3d()) ); in EIGEN_DECLARE_TEST()
203 CALL_SUBTEST_9( map_static_methods(VectorXcd(8)) ); in EIGEN_DECLARE_TEST()
204 CALL_SUBTEST_10( map_static_methods(VectorXf(12)) ); in EIGEN_DECLARE_TEST()