#include <boost/fusion/container/vector.hpp>
#include <boost/fusion/container/generation/make_vector.hpp>
#include <boost/numeric/odeint/stepper/explicit_generic_rk.hpp>
#include <boost/numeric/odeint/algebra/range_algebra.hpp>
#include <boost/numeric/odeint/algebra/default_operations.hpp>
#include <boost/numeric/odeint/algebra/algebra_dispatcher.hpp>
#include <boost/numeric/odeint/algebra/operations_dispatcher.hpp>
#include <boost/array.hpp>
#include <boost/numeric/odeint/util/resizer.hpp>
Classes | |
struct | boost::numeric::odeint::rk4_coefficients_a1< Value > |
struct | boost::numeric::odeint::rk4_coefficients_a2< Value > |
struct | boost::numeric::odeint::rk4_coefficients_a3< Value > |
struct | boost::numeric::odeint::rk4_coefficients_b< Value > |
struct | boost::numeric::odeint::rk4_coefficients_c< Value > |
class | boost::numeric::odeint::runge_kutta4< State, Value, Deriv, Time, Algebra, Operations, Resizer > |
The classical Runge-Kutta stepper of fourth order. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::numeric | |
boost::numeric::odeint | |