搜索资源列表
cgls
- 共轭梯度方法求解正定方程。该种解法有效的处理了正定方程的求解速度问题。CGLS Conjugate gradient algorithm applied implicitly to the normal equations.-CGLS Conjugate gradient algorithm applied implicitly to the normal equations.
cgls
- 用于解反问题的共轭梯度法,对于Ax=b,输入矩阵A,列向量b,以及迭代步数k,可求的列向量x-Solution of inverse problems for the conjugate gradient method, for Ax = b, the input matrix A, the column vector b, as well as the number of iterations k, rectifiable column vector x
CGLS
- 图像复原中的共轭梯度最小二乘法,是一种快速迭代方式。-The image restoration conjugate gradient least squares
cgls
- matlab共轭梯度最小二乘法 代码 学习matlab必备代码-Matlab conjugate gradient least squares code necessary to learn matlab code
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
ILP
- 病态线性方程组的一些求解算法,包括传统的CG,CGLS,CGNR,LSQR和较新的OVM算法,它们都是一些迭代算法。(Some solving algorithms for ill conditioned linear equations include conventional CG, CGLS, CGNR, LSQR, and newer OVM algorithms, all of which are iterative algorithms.)