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