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

Conjugate Gradient (CG) method. More...

Go to the source code of this file.

Functions

template<class LinearOperator , class Vector , class Monitor , class Preconditioner >
void cusp::krylov::cg (LinearOperator &A, Vector &x, Vector &b, Monitor &monitor, Preconditioner &M)
 Conjugate Gradient method. More...
 

Detailed Description

Conjugate Gradient (CG) method.

Definition in file cg.h.