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