|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <ODEStateObserver.hpp>
静态 Public 成员函数 | |
| template<typename F > | |
| static A_ALWAYS_INLINE auto | call_func (F &func, double *y, double &x, ODEIntegrator *integrator) -> typename std::enable_if< is_callable< F, double *, double &, ODEIntegrator * >::value, decltype(std::declval< F >()(y, x, integrator))>::type |
| template<typename F > | |
| static A_ALWAYS_INLINE auto | call_func (F &func, double *y, double &x, ODEIntegrator *integrator) -> typename std::enable_if< is_callable< F, double *, double & >::value, decltype(std::declval< F >()(y, x))>::type |
| template<typename F > | |
| static A_ALWAYS_INLINE auto | call_func (F &func, double *y, double &x, ODEIntegrator *integrator) -> typename std::enable_if< is_callable< F, double * >::value, decltype(std::declval< F >()(y))>::type |
泛型ODE状态量观察者助手类