#include <boost/numeric/odeint/util/stepper_traits.hpp>
#include <boost/numeric/odeint/stepper/stepper_categories.hpp>
#include <boost/numeric/odeint/iterator/detail/ode_iterator_base.hpp>
#include <boost/numeric/odeint/iterator/impl/const_step_iterator_impl.hpp>
Classes | |
class | boost::numeric::odeint::const_step_iterator< Stepper, System, State, StepperTag > |
ODE Iterator with constant step size. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::numeric | |
boost::numeric::odeint | |
Functions | |
template<class Stepper , class System , class State > | |
const_step_iterator< Stepper, System, State > | boost::numeric::odeint::make_const_step_iterator_begin (Stepper stepper, System system, State &x, typename traits::time_type< Stepper >::type t_start, typename traits::time_type< Stepper >::type t_end, typename traits::time_type< Stepper >::type dt) |
Factory function for const_step_iterator. More... | |
template<class Stepper , class System , class State > | |
const_step_iterator< Stepper, System, State > | boost::numeric::odeint::make_const_step_iterator_end (Stepper stepper, System system, State &x) |
Factory function for const_step_iterator. More... | |
template<class Stepper , class System , class State > | |
std::pair< const_step_iterator < Stepper, System, State > , const_step_iterator< Stepper, System, State > > | boost::numeric::odeint::make_const_step_range (Stepper stepper, System system, State &x, typename traits::time_type< Stepper >::type t_start, typename traits::time_type< Stepper >::type t_end, typename traits::time_type< Stepper >::type dt) |
Factory function to construct a single pass range of const step iterators. More... | |