Home
last modified time | relevance | path

Searched defs:resize_impl (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/mtl4/
Dmtl4_resize.hpp68 struct resize_impl< mtl::dense_vector< Value , Parameters > , mtl::dense_vector< Value , Parameters… struct
70 static void resize( mtl::dense_vector< Value , Parameters > &v1 , in resize()
90 struct resize_impl< mtl::dense2D< Value , MatrixParameters > , mtl::dense_vector< Value , VectorPar… struct
92 static void resize( mtl::dense2D< Value , MatrixParameters > &m , in resize()
113 struct resize_impl< mtl::compressed2D< Value , MatrixParameters > , mtl::dense_vector< Value , Vect… struct
115 static void resize( mtl::compressed2D< Value , MatrixParameters > &m , in resize()
Dimplicit_euler_mtl4.hpp135 bool resize_impl( const StateIn &x ) in resize_impl() function in boost::numeric::odeint::implicit_euler_mtl4
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/util/
Dublas_wrapper.hpp214 struct resize_impl< boost::numeric::ublas::matrix< T , L , A > , boost::numeric::ublas::matrix< T2 … struct
216 static void resize( boost::numeric::ublas::matrix< T , L , A > &m1 , in resize()
237 struct resize_impl< boost::numeric::ublas::matrix< T , L , A > , boost::numeric::ublas::vector< T_V… struct
239 static void resize( boost::numeric::ublas::matrix< T , L , A > &m , in resize()
262 struct resize_impl< boost::numeric::ublas::vector< T_V , A_V > , struct
265 static void resize( const boost::numeric::ublas::vector< T_V , A_V > &v, in resize()
Dresize.hpp50 struct resize_impl struct
52 static void resize( StateOut &x1 , const StateIn &x2 ) in resize()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/vexcl/
Dvexcl_resize.hpp42 struct resize_impl< vex::vector< T > , vex::vector< T > > struct
44 static void resize( vex::vector< T > &x1 , const vex::vector< T > &x2 ) in resize()
70 struct resize_impl< vex::multivector< T , N > , vex::multivector< T , N > > struct
72 static void resize( vex::multivector< T , N > &x1 , const vex::multivector< T , N > &x2 ) in resize()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/2d_lattice/
Dvector_vector_resize.hpp49 struct resize_impl< std::vector< std::vector< double > > , std::vector< std::vector< double > > > struct
51 typedef std::vector< std::vector< double > > state_type;
53 static void resize( state_type &x1 , const state_type &x2 ) in resize()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/viennacl/
Dviennacl_resize.hpp41 struct resize_impl< viennacl::vector< T > , viennacl::vector< T > > struct
43 static void resize( viennacl::vector< T > &x1 , const viennacl::vector< T > &x2 ) in resize()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/nt2/
Dnt2_resize.hpp39 struct resize_impl< nt2::container::table<T,S> struct
43 static void resize ( nt2::container::table<T,S> &v1 in resize()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/blaze/
Dblaze_resize.hpp48 struct resize_impl< blaze::DynamicVector< T1 , TF1 > , blaze::DynamicVector< T2 , TF2 > > struct
50 …ic void resize( blaze::DynamicVector< T1 , TF1 > &x1 , const blaze::DynamicVector< T2 , TF2 > &x2 ) in resize()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/
Dresizing_test_state_type.hpp56 struct resize_impl< test_array_type , test_array_type > struct
58 static void resize( test_array_type &x1 , const test_array_type &x2 ) in resize()
Ddiagnostic_state_type.hpp121 struct resize_impl< diagnostic_type< N > , StateIn > struct
123 static void resize( diagnostic_type< N > &x1 , const StateIn &x2 ) in resize()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/compute/
Dcompute_resize.hpp46 struct resize_impl< boost::compute::vector< T, A > , boost::compute::vector< T, A > > struct
48 … static void resize( boost::compute::vector< T, A > &x , const boost::compute::vector< T, A > &y ) in resize()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/
Dlist_lattice.cpp42 struct resize_impl< state_type , state_type > struct
44 static void resize( state_type &v1 , in resize()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/mpi/
Dmpi_state.hpp75 struct resize_impl< mpi_state< InnerState1 > , mpi_state< InnerState2 > > struct
77 static void resize( mpi_state< InnerState1 > &x , const mpi_state< InnerState2 > &y ) in resize()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/openmp/
Dopenmp_state.hpp76 struct resize_impl< openmp_state< T > , openmp_state< T > > struct
78 static void resize( openmp_state< T > &x , const openmp_state< T > &y ) in resize()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/gsl/
Dgsl_wrapper.hpp185 struct resize_impl< gsl_vector* , gsl_vector* > struct
187 static void resize( gsl_vector* &x , const gsl_vector* y ) in resize()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/
Drunge_kutta4_classic.hpp150 bool resize_impl( const StateIn &x ) in resize_impl() function in boost::numeric::odeint::runge_kutta4_classic
Dimplicit_euler.hpp132 bool resize_impl( const StateIn &x ) in resize_impl() function in boost::numeric::odeint::implicit_euler
Dexplicit_error_generic_rk.hpp150 bool resize_impl( const StateIn &x ) in resize_impl() function in boost::numeric::odeint::explicit_error_generic_rk
Dexplicit_generic_rk.hpp165 bool resize_impl( const StateIn &x ) in resize_impl() function in boost::numeric::odeint::explicit_generic_rk
Drosenbrock4_dense_output.hpp181 bool resize_impl( const StateIn &x ) in resize_impl() function in boost::numeric::odeint::rosenbrock4_dense_output
Drunge_kutta_cash_karp54_classic.hpp192 bool resize_impl( const StateIn &x ) in resize_impl() function in boost::numeric::odeint::runge_kutta_cash_karp54_classic
Dadams_moulton.hpp176 bool resize_impl( const StateIn &x ) in resize_impl() function in boost::numeric::odeint::adams_moulton
Dadams_bashforth_moulton.hpp194 bool resize_impl( const StateIn &x ) in resize_impl() function in boost::numeric::odeint::adams_bashforth_moulton
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/base/
Dexplicit_stepper_base.hpp218 bool resize_impl( const StateIn &x ) in resize_impl() function in boost::numeric::odeint::explicit_stepper_base

12