#include <resize.hpp>
|
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 |
|
template<class StateOut , class StateIn >
void boost::numeric::odeint::detail::resizer::operator() |
( |
StateOut & |
x1, |
|
|
const StateIn & |
x2 |
|
) |
| const |
|
inline |
template<class StateOut , class StateIn >
void boost::numeric::odeint::detail::resizer::resize_op |
( |
StateOut & |
x1, |
|
|
const StateIn & |
x2, |
|
|
boost::true_type |
|
|
) |
| const |
|
inline |
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: