Searched refs:scale_sum8 (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/numeric/odeint/stepper/detail/ |
D | generic_rk_operations.hpp | 91 struct generic_rk_scale_sum< 7 , Operations , Fac , Time > : public Operations::template scale_sum8… 94 …: Operations::template scale_sum8< Fac , Time >( 1.0 , a[0]*dt , a[1]*dt , a[2]*dt , a[3]*dt , a[4… in generic_rk_scale_sum()
|
D | adams_bashforth_call_algebra.hpp | 121 … typename Operations::template scale_sum8< value_type , Time , Time , Time , Time , Time , Time >( in operator ()()
|
D | adams_moulton_call_algebra.hpp | 119 … typename Operations::template scale_sum8< value_type , Time , Time , Time , Time , Time , Time >( in operator ()()
|
/third_party/boost/boost/numeric/odeint/algebra/ |
D | default_operations.hpp | 206 struct scale_sum8 struct 217 scale_sum8( Fac1 alpha1 , Fac2 alpha2 , Fac3 alpha3 , Fac4 alpha4 , in scale_sum8() argument
|