Skip to content

zzak00/KrylovSolver

Repository files navigation

KrylovSolver

KrylovSolver package implements the most common Krylov methods in order to solve Linear Systems.

Context:

Krylov methods are iterative methods for solving (potentially large) systems of linear equations.

A x = b

The package contains the following algorithms:

  • Arnoldi Process
  • GMRES
  • The Symmetric Lanczos Process
  • The Nonsymmetric Lanczos Biorthogonalization Process
  • The Biconjugate Gradient
  • Quasi Minimal Residual
  • BicgSTAB
  • Golub Kahan Bidiagonalization

About

Solving linear systems using Krylov Methods

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published