GetFEM
5.4.2
|
GMRES (Generalized Minimum Residual) iterative solver. More...
Go to the source code of this file.
Functions | |
template<typename Mat , typename Vec , typename VecB , typename Precond , typename Basis > | |
void | gmm::gmres (const Mat &A, Vec &x, const VecB &b, const Precond &M, int restart, iteration &outer, Basis &KS) |
Generalized Minimum Residual. More... | |
GMRES (Generalized Minimum Residual) iterative solver.
Definition in file gmm_solver_gmres.h.
void gmm::gmres | ( | const Mat & | A, |
Vec & | x, | ||
const VecB & | b, | ||
const Precond & | M, | ||
int | restart, | ||
iteration & | outer, | ||
Basis & | KS | ||
) |
Generalized Minimum Residual.
This solve the unsymmetric linear system Ax = b using restarted GMRES.
See: Y. Saad and M. Schulter. GMRES: A generalized minimum residual algorithm for solving nonsysmmetric linear systems, SIAM J. Sci. Statist. Comp. 7(1986), pp, 856-869
Definition at line 90 of file gmm_solver_gmres.h.