Welcome![Sign In][Sign Up]
Location:
Search - Paige

Search list

[Linux-Unixlsqrf90

Description: 比较经典的求解线性方程的方法 原理是C.C. Paige and M.A. Sauders等你提出的-Comparison of classical methods for solving linear equations
Platform: | Size: 41984 | Author: | Hits:

[Algorithmgmres

Description: The GMRES method was developed by Yousef Saad and Martin H. Schultz in 1986.[1] GMRES is a generalization of the MINRES method developed by Chris Paige and Michael Saunders in 1975. GMRES also is a special case of the DIIS method developed by Peter Pulay in 1980. DIIS is also applicable to non-linear systems
Platform: | Size: 1024 | Author: ericsun | Hits:

[Otherssi

Description: krylov子空间法 krylov子空间方法的程序实现,用于解高阶矩阵-Matlab Codes for Krylov subspace methods 1. MINRES method by Paige and Saunders implementation function [ x, istop, itn, rnorm, Arnorm, Anorm, Acond, ynorm ] = ... minres( A, b, M, shift, show, check, itnlim, rtol ) [ x, istop, itn, rnorm, Arnorm, Anorm, Acond, ynorm ] = ... minres( A, b, M, shift, show, check, itnlim, rtol ) minres solves the n x n system of linear equations Ax = b or the n x n least squares problem min ||Ax- b||_2^2, where A is a symmetric matrix (possibly indefinite or singular) and b is a given vector. The dimension n is defined by length(b). INPUT: A may be a dense or sparse matrix (preferably sparse!) or a function handle such that y = A(x) returns the product y = A*x for any given n-vector x. If M = [], preconditioning is not used. Otherwise, M defines a positive-definite preconditioner M = C*C . M may be a dense or sparse matrix (preferably sparse!) or a function handle such that y = M(x) solves th
Platform: | Size: 6144 | Author: lux | Hits:

CodeBus www.codebus.net