|
Ifpack Package Browser (Single Doxygen Collection)
Development
|
#include "Ifpack_ConfigDefs.h"#include "Ifpack_Condest.h"#include "Ifpack_CondestType.h"#include "Ifpack_Preconditioner.h"#include "Epetra_Vector.h"#include "Epetra_LinearProblem.h"#include "Epetra_Map.h"#include "Epetra_RowMatrix.h"
Go to the source code of this file.
Functions | |
| double | Ifpack_Condest (const Ifpack_Preconditioner &IFP, const Ifpack_CondestType CT, const int MaxIters, const double Tol, Epetra_RowMatrix *Matrix) |
| double Ifpack_Condest | ( | const Ifpack_Preconditioner & | IFP, |
| const Ifpack_CondestType | CT, | ||
| const int | MaxIters, | ||
| const double | Tol, | ||
| Epetra_RowMatrix * | Matrix | ||
| ) |
Definition at line 55 of file Ifpack_Condest.cpp.
1.8.5