CUSP
Loading...
Searching...
No Matches
gmres.h File Reference

Generalized Minimum Residual (GMRES) method. More...

Go to the source code of this file.

Functions

template<typename LinearOperator , typename VectorType1 , typename VectorType2 , typename Monitor , typename Preconditioner >
void cusp::krylov::gmres (const LinearOperator &A, VectorType1 &x, const VectorType2 &b, const size_t restart, Monitor &monitor, Preconditioner &M)
 GMRES method.
 

Detailed Description

Generalized Minimum Residual (GMRES) method.

Definition in file gmres.h.