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 for the latest Boost documentation.
Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct explicit_controlled_stepper_fsal_tag

boost::numeric::odeint::explicit_controlled_stepper_fsal_tag

Synopsis

// In header: <boost/numeric/odeint/stepper/stepper_categories.hpp>


struct explicit_controlled_stepper_fsal_tag :
  public boost::numeric::odeint::controlled_stepper_tag
{
};

PrevUpHomeNext