NUMCXX  0.13.20181108
Numerical library for small projects and teaching purposes
Namespaces | Functions
bicgstab.hxx File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 netlib
 Iterative template routines.
 

Functions

template<class Matrix , class Vector , class Preconditioner , class Real >
int netlib::BiCGSTAB (const Matrix &A, Vector &x, const Vector &b, const Preconditioner &M, int &max_iter, Real &tol)
 Iterative template routine – BiCGSTAB. More...