本文参考点击打开链接,由于这篇博客比较旧,我在这篇博客的基础上引用commons math 3.3库做了一些修正。
先列出一个目录:(这个目录是根据commons math 3.3库的结构设计的)
Section 1 linear 线性代数(矩阵为主)
1) Vector 向量
2) Matrix 矩阵
3) Matrix Decomposition 矩阵分解
Section 2 analysis 数学分析(函数为主)
1) Function 函数
2) Polynomial 多项式函数
3) Interpolation 插值
4) Integration 积分
5) Solver 求解
Section 3 Probabilityand Statistics 概率和统计
1)