Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
integrate_const.hpp File Reference
#include <boost/type_traits/is_same.hpp>
#include <boost/numeric/odeint/stepper/stepper_categories.hpp>
#include <boost/numeric/odeint/integrate/null_observer.hpp>
#include <boost/numeric/odeint/integrate/detail/integrate_const.hpp>
#include <boost/numeric/odeint/integrate/detail/integrate_adaptive.hpp>
Include dependency graph for integrate_const.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::numeric
 
 boost::numeric::odeint
 

Functions

template<class Stepper , class System , class State , class Time , class Observer >
size_t boost::numeric::odeint::integrate_const (Stepper stepper, System system, State &start_state, Time start_time, Time end_time, Time dt, Observer observer)
 Integrates the ODE with constant step size. More...
 
template<class Stepper , class System , class State , class Time , class Observer >
size_t boost::numeric::odeint::integrate_const (Stepper stepper, System system, const State &start_state, Time start_time, Time end_time, Time dt, Observer observer)
 Second version to solve the forwarding problem, can be called with Boost.Range as start_state. More...
 
template<class Stepper , class System , class State , class Time >
size_t boost::numeric::odeint::integrate_const (Stepper stepper, System system, State &start_state, Time start_time, Time end_time, Time dt)
 integrate_const without observer calls More...
 
template<class Stepper , class System , class State , class Time >
size_t boost::numeric::odeint::integrate_const (Stepper stepper, System system, const State &start_state, Time start_time, Time end_time, Time dt)
 Second version to solve the forwarding problem, can be called with Boost.Range as start_state. More...