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

Biconjugate Gradient Stabilized (BiCGstab) 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::bicgstab (const LinearOperator &A, VectorType1 &x, const VectorType2 &b, Monitor &monitor, Preconditioner &M)
 Biconjugate Gradient Stabilized method.
 

Detailed Description

Biconjugate Gradient Stabilized (BiCGstab) method.

Definition in file bicgstab.h.