CUSP
Loading...
Searching...
No Matches
bicg.h File Reference

Biconjugate Gradient (BiCG) method. More...

Go to the source code of this file.

Functions

template<typename LinearOperator , typename VectorType1 , typename VectorType2 , typename Monitor , typename Preconditioner >
void cusp::krylov::bicg (const LinearOperator &A, const LinearOperator &At, VectorType1 &x, const VectorType2 &b, Monitor &monitor, Preconditioner &M, Preconditioner &Mt)
 Biconjugate Gradient method.
 

Detailed Description

Biconjugate Gradient (BiCG) method.

Definition in file bicg.h.