NUMCXX
0.13.20181108
Numerical library for small projects and teaching purposes
|
Go to the source code of this file.
Functions | |
template<class Matrix , class Vector , class Preconditioner , class Real > | |
int | IR (const Matrix &A, Vector &x, const Vector &b, const Preconditioner &M, int &max_iter, Real &tol) |
int IR | ( | const Matrix & | A, |
Vector & | x, | ||
const Vector & | b, | ||
const Preconditioner & | M, | ||
int & | max_iter, | ||
Real & | tol | ||
) |
Definition at line 21 of file ir.h.