Generalized Minimum Residual (GMRES) method. More...
Go to the source code of this file.
Functions | |
template<class LinearOperator , class Vector , class Monitor , class Preconditioner > | |
void | cusp::krylov::gmres (LinearOperator &A, Vector &x, Vector &b, const size_t restart, Monitor &monitor, Preconditioner &M) |
GMRES method. More... | |
Generalized Minimum Residual (GMRES) method.
Definition in file gmres.h.