Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/detail/
Dgeneric_rk_operations.hpp172 struct generic_rk_scale_sum_err< 1 , Operations , Fac , Time > : public Operations::template scale_… struct
174generic_rk_scale_sum_err( const boost::array<Fac,1> &a , Time dt ) : Operations::template scale_su… in generic_rk_scale_sum_err() function
177 typedef void result_type;
182 struct generic_rk_scale_sum_err< 2 , Operations , Fac , Time > : public Operations::template scale_… struct
184 generic_rk_scale_sum_err( const boost::array<Fac,2> &a , Time dt ) in generic_rk_scale_sum_err() argument
188 typedef void result_type;
192 struct generic_rk_scale_sum_err< 3 , Operations , Fac , Time > : public Operations::template scale_… struct
194 generic_rk_scale_sum_err( const boost::array<Fac,3> &a , Time dt ) in generic_rk_scale_sum_err() function
198 typedef void result_type;
202 struct generic_rk_scale_sum_err< 4 , Operations , Fac , Time > : public Operations::template scale_… struct
[all …]