🛰️航天仿真算法库 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
27AST_NAMESPACE_BEGIN
28
38errc_t aLoadNumericalIntegrator(const Value& value, ScopedPtr<ODEIntegrator> &integrator);
39
40
43AST_NAMESPACE_END
errc_t aLoadNumericalIntegrator(const Value &value, ScopedPtr< ODEIntegrator > &integrator)
加载数值积分器
定义 NumericalIntegratorLoader.cpp:32