![]() |
Home | Libraries | People | FAQ | More |
boost::numeric::odeint::null_observer
// In header: <boost/numeric/odeint/integrate/null_observer.hpp> struct null_observer { // public member functions template<typename State, typename Time> void operator()(const State &, Time) const; };