Home
last modified time | relevance | path

Searched defs:same_size_impl (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/mtl4/
Dmtl4_resize.hpp58 struct same_size_impl< mtl::dense_vector< Value , Parameters > , mtl::dense_vector< Value , Paramet… struct
60 static bool same_size( const mtl::dense_vector< Value , Parameters > &v1 , in same_size()
80 struct same_size_impl< mtl::dense2D< Value , MatrixParameters > , mtl::dense_vector< Value , Vector… struct
82 static bool same_size( const mtl::dense2D< Value , MatrixParameters > &m , in same_size()
103 struct same_size_impl< mtl::compressed2D< Value , MatrixParameters > , mtl::dense_vector< Value , V… struct
105 static bool same_size( const mtl::compressed2D< Value , MatrixParameters > &m , in same_size()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/
Ddiagnostic_state_type.hpp92 struct same_size_impl< diagnostic_type< N > , diagnostic_type< M > > struct
94 static bool same_size( const diagnostic_type< N > &x1 , const diagnostic_type< M > &x2 ) in same_size()
101 struct same_size_impl< diagnostic_type< N > , State1 > struct
103 static bool same_size( const diagnostic_type< N > &x1 , const State1 &x2 ) in same_size()
110 struct same_size_impl< State1 , diagnostic_type< N > > struct
112 static bool same_size( const State1 &x1 , const diagnostic_type< N > &x2 ) in same_size()
Dresizing_test_state_type.hpp47 struct same_size_impl< test_array_type , test_array_type > struct
49 static bool same_size( const test_array_type &x1 , const test_array_type &x2 ) in same_size()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/util/
Dublas_wrapper.hpp204 struct same_size_impl< boost::numeric::ublas::matrix< T , L , A > , boost::numeric::ublas::matrix< … struct
206 static bool same_size( const boost::numeric::ublas::matrix< T , L , A > &m1 , in same_size()
227 struct same_size_impl< boost::numeric::ublas::matrix< T , L , A > , boost::numeric::ublas::vector< … struct
229 static bool same_size( const boost::numeric::ublas::matrix< T , L , A > &m , in same_size()
251 struct same_size_impl< boost::numeric::ublas::permutation_matrix< T , A > , struct
254 static bool same_size( const boost::numeric::ublas::permutation_matrix< T , A > &m , in same_size()
Dsame_size.hpp51 struct same_size_impl struct
53 static bool same_size( const State1 &x1 , const State2 &x2 ) in same_size()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/vexcl/
Dvexcl_resize.hpp51 struct same_size_impl< vex::vector< T > , vex::vector< T > > struct
53 static bool same_size( const vex::vector< T > &x1 , const vex::vector< T > &x2 ) in same_size()
79 struct same_size_impl< vex::multivector< T , N > , vex::multivector< T , N > > struct
81 … static bool same_size( const vex::multivector< T , N > &x1 , const vex::multivector< T , N > &x2 ) in same_size()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/2d_lattice/
Dvector_vector_resize.hpp30 struct same_size_impl< std::vector< std::vector< double > > , std::vector< std::vector< double > > > struct
32 typedef std::vector< std::vector< double > > state_type;
34 static bool same_size( const state_type &x1 , in same_size()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/viennacl/
Dviennacl_resize.hpp50 struct same_size_impl< viennacl::vector< T > , viennacl::vector< T > > struct
52 static bool same_size( const viennacl::vector< T > &x1 , const viennacl::vector< T > &x2 ) in same_size()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/nt2/
Dnt2_resize.hpp26 struct same_size_impl< nt2::container::table<T,S> struct
30 static bool same_size ( const nt2::container::table<T,S> &v1 in same_size()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/blaze/
Dblaze_resize.hpp39 struct same_size_impl< blaze::DynamicVector< T1 , TF1 > , blaze::DynamicVector< T2 , TF2 > > struct
41 …ame_size( const blaze::DynamicVector< T1 , TF1 > &x1 , const blaze::DynamicVector< T2 , TF2 > &x2 ) in same_size()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/compute/
Dcompute_resize.hpp37 struct same_size_impl< boost::compute::vector< T, A > , boost::compute::vector< T, A > > struct
39 …bool same_size( const boost::compute::vector< T, A > &x , const boost::compute::vector< T, A > &y ) in same_size()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/
Dlist_lattice.cpp32 struct same_size_impl< state_type , state_type > struct
34 static bool same_size( const state_type &v1 , in same_size()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/mpi/
Dmpi_state.hpp64 struct same_size_impl< mpi_state< InnerState1 > , mpi_state< InnerState2 > > struct
66 static bool same_size( const mpi_state< InnerState1 > &x , const mpi_state< InnerState2 > &y ) in same_size()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/openmp/
Dopenmp_state.hpp63 struct same_size_impl< openmp_state< T > , openmp_state< T > > struct
65 static bool same_size( const openmp_state< T > &x , const openmp_state< T > &y ) in same_size()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/gsl/
Dgsl_wrapper.hpp176 struct same_size_impl< gsl_vector* , gsl_vector* > struct
178 static bool same_size( const gsl_vector* x , const gsl_vector* y ) in same_size()