|
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 , class Type > | |
| int | CHEBY (const Matrix &A, Vector &x, const Vector &b, const Preconditioner &M, int &max_iter, Real &tol, Type eigmin, Type eigmax) |
| int CHEBY | ( | const Matrix & | A, |
| Vector & | x, | ||
| const Vector & | b, | ||
| const Preconditioner & | M, | ||
| int & | max_iter, | ||
| Real & | tol, | ||
| Type | eigmin, | ||
| Type | eigmax | ||
| ) |
Definition at line 26 of file cheby.h.
Here is the call graph for this function:
1.8.11