Krylovmetoder
Krylov methods are a class of algorithms used in numerical linear algebra to solve large, sparse systems of linear equations of the form Ax = b, where A is a matrix, x is the unknown vector, and b is a known vector. These methods are particularly useful when the matrix A is very large and cannot be stored or manipulated directly in memory. Instead of working with the full matrix A, Krylov methods work with the matrix-vector product Av, where v is a vector.
The core idea behind Krylov methods is to generate a sequence of vectors, called a Krylov subspace,
Common Krylov methods include the conjugate gradient method (CG) for symmetric positive-definite matrices, the generalized minimal