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

Biconjugate Gradient Stabilized (BiCGstab) method. More...

Go to the source code of this file.

Functions

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

Detailed Description

Biconjugate Gradient Stabilized (BiCGstab) method.

Definition in file bicgstab.h.