Fork me on GitHub
 All Classes Files Functions Variables Groups Pages
Functions
gmres.h File Reference

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...
 

Detailed Description

Generalized Minimum Residual (GMRES) method.

Definition in file gmres.h.