numerics 0.1.0
Loading...
Searching...
No Matches
solvers.hpp
Go to the documentation of this file.
1/// @file solvers.hpp
2/// @brief Umbrella include for all linear solvers
3///
4/// Including this header provides every solver in the library.
5/// Individual headers can also be included directly.
6#pragma once
7
Conjugate gradient solvers.
Gauss-Seidel iterative solver.
Restarted GMRES for general linear systems.
Jacobi iterative solver.
Minimum residual iteration for symmetric linear systems.
Preconditioned conjugate gradient.
Preconditioner concept and diagonal preconditioners.
Common result type shared by all iterative solvers.