文件名称:PCG
介绍说明--下载内容均来自于网络,请自行研究使用
% SSOR预处理的共轭梯度法求解方程Ax=b
% 输入参数说明
% A 正定矩阵[n*n]
% b 右边向量
% omega SSOR预处理参数(0--2)
% Times 迭代次数
% errtol 给定误差终止条件
%
%输出参数
% NewX 方程Ax=b的x近似解
% avgerr 求解的当前平均绝对误差- SSOR preconditioning conjugate gradient method for solving equations Ax = b the input parameter descr iptions A positive definite matrix [n* n] b right side vector omega SSOR preconditioning parameters (0- 2) Times iterations errtol termination of a given error condition NewX output parameter equation Ax = b of x approximate solution to solve the current avgerr average absolute error
% 输入参数说明
% A 正定矩阵[n*n]
% b 右边向量
% omega SSOR预处理参数(0--2)
% Times 迭代次数
% errtol 给定误差终止条件
%
%输出参数
% NewX 方程Ax=b的x近似解
% avgerr 求解的当前平均绝对误差- SSOR preconditioning conjugate gradient method for solving equations Ax = b the input parameter descr iptions A positive definite matrix [n* n] b right side vector omega SSOR preconditioning parameters (0- 2) Times iterations errtol termination of a given error condition NewX output parameter equation Ax = b of x approximate solution to solve the current avgerr average absolute error
相关搜索: PCG
共轭梯度法
共轭梯度
预处理的共轭梯
preconditioned
conjugate
gradient
matlab
matlab
PCG
ssor
preconditioner
matlab
PCG
matlab
SSOR
PRECONDITIONER
ssor
共轭梯度法
共轭梯度
预处理的共轭梯
preconditioned
conjugate
gradient
matlab
matlab
PCG
ssor
preconditioner
matlab
PCG
matlab
SSOR
PRECONDITIONER
ssor
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PCG.m