1#ifndef TATOOINE_ODE_BOOST_RUNGEKUTTA4_H
2#define TATOOINE_ODE_BOOST_RUNGEKUTTA4_H
5#include <boost/numeric/odeint/stepper/runge_kutta4.hpp>
9template <
typename Real,
size_t N>
11 using type = ::boost::numeric::odeint::runge_kutta4<vec<Real, N>>;
13template <
typename Real,
size_t N>
16template <
typename Real,
size_t N>
Definition: controller_runge_kutta_with_domain_check.h:19
typename rk4_helper< Real, N >::type rk4_t
Definition: rungekutta4.h:14
Definition: algorithm.h:6
Definition: rungekutta4.h:10
::boost::numeric::odeint::runge_kutta4< vec< Real, N > > type
Definition: rungekutta4.h:11
Definition: rungekutta4.h:17
rungekutta4(Real stepsize=0.1)
Definition: rungekutta4.h:18
auto stepsize() -> auto &
Definition: solver.h:96