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 a snapshot of the develop branch, built from commit 08ab63b9a0.
Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Header <boost/numeric/odeint/stepper/controlled_adams_bashforth_moulton.hpp>

namespace boost {
  namespace numeric {
    namespace odeint {
      template<typename ErrorStepper, typename StepAdjuster = unspecified, 
               typename OrderAdjuster = default_order_adjuster< ErrorStepper::order_value, typename ErrorStepper::state_type, typename ErrorStepper::value_type, typename ErrorStepper::algebra_type >, 
               typename Resizer = initially_resizer> 
        class controlled_adams_bashforth_moulton;
      template<size_t MaxOrder, typename State, typename Value = double, 
               typename Algebra = typename algebra_dispatcher< State >::algebra_type> 
        class default_order_adjuster;
    }
  }
}

PrevUpHomeNext