Numerical Calculation Module 数值计算模块
更多...
#include <algorithm>
#include <array>
#include <bitset>
#include <vector>
|
using | rm::Ode = std::function< double(double, const std::vector< double > &)> |
| 常微分方程 更多...
|
|
using | rm::Odes = std::vector< Ode > |
| 常微分方程组 更多...
|
|
|
| rm::RungeKutta (const Odes &, const std::vector< double > &, const std::vector< double > &, const std::vector< std::vector< double >> &) -> RungeKutta< RkType::Butcher > |
|
Numerical Calculation Module 数值计算模块
- 作者
- zhaoxi (53539.nosp@m.4140.nosp@m.@qq.c.nosp@m.om)
- 版本
- 1.0
- 日期
- 2024-01-06
- 版权所有
- Copyright 2023 (c), zhaoxi