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

Biconjugate Gradient (BiCG) method. More...

Go to the source code of this file.

Functions

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

Detailed Description

Biconjugate Gradient (BiCG) method.

Definition in file bicg.h.