Home
last modified time | relevance | path

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

/third_party/boost/boost/numeric/odeint/stepper/
Drunge_kutta4.hpp45 struct rk4_coefficients_a1 : boost::array< Value , 1 > struct
47 rk4_coefficients_a1( void ) in rk4_coefficients_a1() argument
140 …boost::fusion::make_vector( rk4_coefficients_a1<Value>() , rk4_coefficients_a2<Value>() , rk4_coef… in runge_kutta4()