Home
last modified time | relevance | path

Searched defs:same_size_impl_sfinae (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/eigen/
Deigen_resize.hpp57 struct same_size_impl_sfinae< Derived , Derived , struct
60 …c bool same_size( const Eigen::MatrixBase< Derived > &m1 , const Eigen::MatrixBase< Derived > &m2 ) in same_size()
68 struct same_size_impl_sfinae< Derived , Derived , struct
71 …ic bool same_size( const Eigen::ArrayBase< Derived > &v1 , const Eigen::ArrayBase< Derived > &v2 ) in same_size()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/util/
Dsame_size.hpp39 struct same_size_impl_sfinae struct
41 static bool same_size( const State1 &x1 , const State2 &x2 ) in same_size()
97 struct same_size_impl_sfinae< FusionSeq , FusionSeq , typename boost::enable_if< typename boost::fu… struct
99 static bool same_size( const FusionSeq &x1 , const FusionSeq &x2 ) in same_size()
Dmulti_array_adaption.hpp81 struct same_size_impl_sfinae< T1 , T2 , struct
90 static bool same_size( T1 const &x1 , T2 const &x2 ) in same_size()