- Krylov subspace
In
linear algebra the Krylov subspace generated by an "n"-by-"n" matrix, "A", and an "n"-vector, "b", is the subspace spanned by the vectors of the Krylov sequence:::It is named after
Russia n applied mathematician and naval engineerAlexei Krylov .Modern
iterative method s for finding one (or a few) eigenvalues of large sparse matrices or solving large systems of linear equations avoid matrix-matrix operations, but rather multiply vectors by the matrix and work with the resulting vectors. Starting with a vector, "b", one computes , then one multiplies that vector by "A" to find and so on. All algorithms that work this way are referred to as Krylov subspace methods; they are among the most successful methods currently available in numerical linear algebra.Because the vectors tend very quickly to become almost linearly dependent, methods relying on Krylov subspace frequently involve some
orthogonalization scheme, such asLanczos iteration for Hermitian matrices orArnoldi iteration for more general matrices.The best known Krylov subspace methods are the Arnoldi, Lanczos,
GMRES (generalized minimum residual) and BiCGSTAB (stabilized biconjugate gradient) methods.References
*
Wikimedia Foundation. 2010.