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

Conjugate Residual (CR) method. More...

Go to the source code of this file.

Functions

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

Detailed Description

Conjugate Residual (CR) method.

Definition in file cr.h.