#include "../basics.h"
#include "precond.h"


Go to the source code of this file.
Namespaces | |
| namespace | TBCI |
Defines | |
| #define | VALUE_TYPE typename SysVector::value_type |
Functions | |
| template<typename T, typename SysMatrix, typename SysVector> | |
| int | TBCI::CHEBY (const SysMatrix &A, SysVector &x, const SysVector &b, const Preconditioner_Sig< T, SysMatrix > &M, unsigned int &max_iter, double &tol, T eigmin, T eigmax) |
| Iterative template routine -- CHEBY. | |
Definition in file cheby.h.
| #define VALUE_TYPE typename SysVector::value_type |
1.5.6