#include <cmath>
#include <boost/config.hpp>
#include <boost/utility/enable_if.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/numeric/odeint/util/bind.hpp>
#include <boost/numeric/odeint/util/unwrap_reference.hpp>
#include <boost/numeric/odeint/util/copy.hpp>
#include <boost/numeric/odeint/util/state_wrapper.hpp>
#include <boost/numeric/odeint/util/is_resizeable.hpp>
#include <boost/numeric/odeint/util/resizer.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/stepper/controlled_step_result.hpp>
#include <boost/numeric/odeint/stepper/stepper_categories.hpp>
Classes | |
class | boost::numeric::odeint::default_error_checker< Value, Algebra, Operations > |
The default error checker to be used with Runge-Kutta error steppers. More... | |
singleton | boost::numeric::odeint::controlled_runge_kutta< ErrorStepper, ErrorChecker, Resizer, ErrorStepperCategory > |
class | boost::numeric::odeint::controlled_runge_kutta< ErrorStepper, ErrorChecker, Resizer, explicit_error_stepper_tag > |
Implements step size control for Runge-Kutta steppers with error estimation. More... | |
class | boost::numeric::odeint::controlled_runge_kutta< ErrorStepper, ErrorChecker, Resizer, explicit_error_stepper_fsal_tag > |
Implements step size control for Runge-Kutta FSAL steppers with error estimation. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::numeric | |
boost::numeric::odeint | |