#include "../basics.h"


Go to the source code of this file.
Namespaces | |
| namespace | TBCI |
Functions | |
| template<typename T, typename SysMatrix, typename SysVector> | |
| int | TBCI::IR (const SysMatrix &A, SysVector &x, const SysVector &b, const Preconditioner_Sig< T, SysMatrix > &M, unsigned int &max_iter, double &tol) |
| Iterative template routine -- Preconditioned Richardson. | |
Definition in file ir.h.
1.5.6