搜索资源列表
iterative_SOR
- 这是一个迭代法实现的C代码。本算法采用的是SOR迭代法。-This is an iterative method to achieve the C code. This algorithm is used SOR iteration.
SOR
- SOR法解线性方程组(逐次超松弛法)是Gauss-Seidel的改进方法-SOR method for linear equations (successive over-relaxation method) is the Gauss-Seidel Method
sor
- 利用超松弛迭代法解矩阵的源程序,C语言编写-The use of over-relaxation iteration method solution matrix of the source code, C language
fundamentals_of_numerical_analysis
- 包含了求解方程组的以下几种方法的代码: Gauss 消元法,Cholesky 分解法,SOR 迭代方法,共轭梯度法-This code contains these ways to solve the equations: Gauss elimination,Cholesky factorization,SQR iterative method,and conjugate gradient method.
