Krylovtyyppisissä
Krylovtyyppisissä, also known as Krylov methods, are a class of iterative numerical techniques used primarily in solving large-scale systems of linear equations. These methods are particularly useful in applications where direct methods, such as Gaussian elimination, are computationally expensive due to the size or sparsity of the matrix involved. The Krylov subspace methods derive their name from the Krylov matrix, which is constructed from a vector and repeated applications of a matrix operator.
The fundamental idea behind Krylov methods is to approximate the solution of a linear system \(Ax =
Common Krylov methods include the Conjugate Gradient (CG) method, Generalized Minimal Residual (GMRES) method, and Lanczos
Krylov methods are characterized by their ability to converge quickly when the matrix has favorable spectral