Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template checked_stepper

boost::numeric::odeint::checked_stepper

Synopsis

// In header: <boost/numeric/odeint/integrate/check_adapter.hpp>

template<typename Stepper, typename Checker, 
         typename StepperCategory = typename base_tag<typename Stepper::stepper_category>::type> 
class checked_stepper {
};

Description


PrevUpHomeNext