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

Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace numeric {
    namespace odeint {
      template<typename Coor, typename Momentum = Coor, 
               typename Value = double, typename CoorDeriv = Coor, 
               typename MomentumDeriv = Coor, typename Time = Value, 
               typename Algebra = typename algebra_dispatcher< Coor >::algebra_type, 
               typename Operations = typename operations_dispatcher< Coor >::operations_type, 
               typename Resizer = initially_resizer> 
        class symplectic_rkn_sb3a_mclachlan;
    }
  }
}

PrevUpHomeNext