🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
NumericalIntegratorLoader.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "AstMath/ODEIntegrator.hpp"
25
#include "AstUtil/ScopedPtr.hpp"
26
27
AST_NAMESPACE_BEGIN
28
38
errc_t
aLoadNumericalIntegrator
(
const
Value& value, ScopedPtr<ODEIntegrator> &integrator);
39
40
43
AST_NAMESPACE_END
ast::aLoadNumericalIntegrator
errc_t aLoadNumericalIntegrator(const Value &value, ScopedPtr< ODEIntegrator > &integrator)
加载数值积分器
定义
NumericalIntegratorLoader.cpp:32
src
AstLoader
Math
NumericalIntegratorLoader.hpp
制作者
1.12.0