#include <boost/utility/enable_if.hpp>
#include <boost/numeric/odeint/stepper/runge_kutta_dopri5.hpp>
#include <boost/numeric/odeint/stepper/controlled_runge_kutta.hpp>
#include <boost/numeric/odeint/integrate/null_observer.hpp>
#include <boost/numeric/odeint/integrate/integrate_adaptive.hpp>
#include <boost/numeric/odeint/algebra/detail/extract_value_type.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::numeric | |
boost::numeric::odeint | |
Functions | |
template<class System , class State , class Time , class Observer > | |
boost::enable_if< typename has_value_type< State >::type, size_t >::type | boost::numeric::odeint::integrate (System system, State &start_state, Time start_time, Time end_time, Time dt, Observer observer) |
Integrates the ODE. More... | |
template<class System , class State , class Time > | |
size_t | boost::numeric::odeint::integrate (System system, State &start_state, Time start_time, Time end_time, Time dt) |
Integrates the ODE without observer calls. More... | |