Home
last modified time | relevance | path

Searched defs:generic_rk_scale_sum (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.hpp31 struct generic_rk_scale_sum< 1 , Operations , Fac , Time > : public Operations::template scale_sum2… struct
33generic_rk_scale_sum( const boost::array<Fac,1> &a , Time dt ) : Operations::template scale_sum2< … in generic_rk_scale_sum() function
36 typedef void result_type;
41 struct generic_rk_scale_sum< 2 , Operations , Fac , Time > : public Operations::template scale_sum3… struct
43 generic_rk_scale_sum( const boost::array<Fac,2> &a , Time dt ) in generic_rk_scale_sum() function
47 typedef void result_type;
51 struct generic_rk_scale_sum< 3 , Operations , Fac , Time > : public Operations::template scale_sum4… struct
53 generic_rk_scale_sum( const boost::array<Fac,3> &a , Time dt ) in generic_rk_scale_sum() argument
57 typedef void result_type;
61 struct generic_rk_scale_sum< 4 , Operations , Fac , Time > : public Operations::template scale_sum5… struct
[all …]