Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::odeint::detail::resizer Struct Reference

#include <resize.hpp>

Public Types

typedef void result_type
 

Public Member Functions

template<class StateOut , class StateIn >
void operator() (StateOut &x1, const StateIn &x2) const
 
template<class StateOut , class StateIn >
void resize_op (StateOut &x1, const StateIn &x2, boost::true_type) const
 
template<class StateOut , class StateIn >
void resize_op (StateOut &x1, const StateIn &x2, boost::false_type) const
 

Member Typedef Documentation

Member Function Documentation

template<class StateOut , class StateIn >
void boost::numeric::odeint::detail::resizer::operator() ( StateOut &  x1,
const StateIn &  x2 
) const
inline

References resize_op().

template<class StateOut , class StateIn >
void boost::numeric::odeint::detail::resizer::resize_op ( StateOut &  x1,
const StateIn &  x2,
boost::true_type   
) const
inline

References boost::numeric::odeint::resize().

Referenced by operator()().

template<class StateOut , class StateIn >
void boost::numeric::odeint::detail::resizer::resize_op ( StateOut &  x1,
const StateIn &  x2,
boost::false_type   
) const
inline

The documentation for this struct was generated from the following file: