Home
last modified time | relevance | path

Searched refs:scale_sum8 (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/numeric/odeint/stepper/detail/
Dgeneric_rk_operations.hpp91 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()
Dadams_bashforth_call_algebra.hpp121 … typename Operations::template scale_sum8< value_type , Time , Time , Time , Time , Time , Time >( in operator ()()
Dadams_moulton_call_algebra.hpp119 … typename Operations::template scale_sum8< value_type , Time , Time , Time , Time , Time , Time >( in operator ()()
/third_party/boost/boost/numeric/odeint/algebra/
Ddefault_operations.hpp206 struct scale_sum8 struct
217 scale_sum8( Fac1 alpha1 , Fac2 alpha2 , Fac3 alpha3 , Fac4 alpha4 , in scale_sum8() argument