|
NUMCXX
0.13.20181108
Numerical library for small projects and teaching purposes
|
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... | |
1.8.11