🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
ast::ODEStateObserverGenericHelper类 参考

#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状态量观察者助手类


该类的文档由以下文件生成: