Krylovrumsmetoder
Krylov subspace methods are a class of iterative algorithms used to solve large, sparse linear systems of equations, which are common in scientific computing and engineering applications. These methods are particularly useful when dealing with matrices that are too large to be stored explicitly in memory, or when the matrix-vector product can be computed efficiently.
The basic idea behind Krylov subspace methods is to approximate the solution of the linear system by
One of the most well-known Krylov subspace methods is the Conjugate Gradient (CG) method, which is specifically
Another popular Krylov subspace method is the Generalized Minimal Residual (GMRES) method, which is more general
Krylov subspace methods are widely used in various fields, including computational fluid dynamics, structural analysis, and