File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -50,16 +50,18 @@ g++ -std=c++14 main.cpp
5050
5151### 数值库 numerical.h 命名空间 nmr
5252依赖多项式库与线性代数库
53+ * 求导数 —— 中心差商法
5354* 代数方程(组)求解 —— 牛顿迭代法
5455* 插值 —— 分段线性插值
5556* 带导数插值 —— 分段两点三次埃尔米特插值
5657* 拟合 —— 最小二乘法
5758* 函数逼近 —— 最小二乘法
5859* 定积分 —— Romberg算法
59- * 求导数 —— 中心差商法
60+
61+ ### 常微分方程库 ODE.h 命名空间 ode
6062* 常微分方程(组)求解 —— 预测-校正的Milne-Hamming公式
6163
62- ### 优化库 optimization.h 命名空间 opt
64+ ### 优化库 optimization.h 命名空间
6365依赖线性代数库
6466* 无约束优化 —— BFGS方法
6567* 约束优化 —— 增广拉格朗日函数法
@@ -97,6 +99,6 @@ g++ -std=c++14 main.cpp
9799* 加入新的求解常微分方程(组)的方法
98100
99101## License 许可声明
100- 本仓库遵循 GPL-3.0 license 许可。
102+ 本仓库采用 GPL-3.0 license 许可。
101103
102104一个例外是,本仓库中那些属于旧仓库[ numerical library] ( https://github.com/lambdacdm/numerical-library ) 的代码部分不受任何许可要求。
You can’t perform that action at this time.
0 commit comments