如何了解迭代法的相关函数?
1、函数:pcg
说明:预处理共轭梯度法。此方法适用于 Hermitian 正定系数矩阵 A。

2、函数: bicg
说明:双共轭梯度法

3、函数: bicgstab
说明:双共轭梯度稳定法

4、函数: bicgstabl
说明:双共轭梯度稳定法(l)

5、函数: cgs
说明:共轭梯度二乘法

6、函数: gmres
说明:广义最小残差法

阅读量:88
阅读量:107
阅读量:77
阅读量:152
阅读量:186
1、函数:pcg
说明:预处理共轭梯度法。此方法适用于 Hermitian 正定系数矩阵 A。

2、函数: bicg
说明:双共轭梯度法

3、函数: bicgstab
说明:双共轭梯度稳定法

4、函数: bicgstabl
说明:双共轭梯度稳定法(l)

5、函数: cgs
说明:共轭梯度二乘法

6、函数: gmres
说明:广义最小残差法
