文件名称:MShift-(1)
介绍说明--下载内容均来自于网络,请自行研究使用
Multi-shift CGLS
solves the systems of linear equations
(A *A+TAU(I)*EYE(N))*X(:,I)=A *B (I=1:L)
for X with the multishift CGLS algorithm. The right hand side (column)
vector B must have length M, where the coefficient matrix A is M-by-N.
TAU is a vector of reals (the shifts) of length L.
For a short demo run main.m
solves the systems of linear equations
(A *A+TAU(I)*EYE(N))*X(:,I)=A *B (I=1:L)
for X with the multishift CGLS algorithm. The right hand side (column)
vector B must have length M, where the coefficient matrix A is M-by-N.
TAU is a vector of reals (the shifts) of length L.
For a short demo run main.m
(系统自动生成,下载前可以参看下载内容)
下载文件列表
main.m
mcgls.m
Op0.m
Op1.m
Op.m