![]() |
CUSP
|
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. | |
Biconjugate Gradient (BiCG) method.
Definition in file bicg.h.