Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
const_step_time_iterator.hpp File Reference
#include <boost/numeric/odeint/stepper/stepper_categories.hpp>
#include <boost/numeric/odeint/util/stepper_traits.hpp>
#include <boost/numeric/odeint/iterator/detail/ode_iterator_base.hpp>
#include <boost/numeric/odeint/iterator/impl/const_step_iterator_impl.hpp>
Include dependency graph for const_step_time_iterator.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::numeric::odeint::const_step_time_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_time_iterator
< Stepper, System, State > 
boost::numeric::odeint::make_const_step_time_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_time_iterator. More...
 
template<class Stepper , class System , class State >
const_step_time_iterator
< Stepper, System, State > 
boost::numeric::odeint::make_const_step_time_iterator_end (Stepper stepper, System system, State &x)
 Factory function for const_step_time_iterator. More...
 
template<class Stepper , class System , class State >
std::pair
< const_step_time_iterator
< Stepper, System, State >
, const_step_time_iterator
< Stepper, System, State > > 
boost::numeric::odeint::make_const_step_time_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_time_iterator. More...