Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
Ifpack_Condest.h File Reference
#include "Ifpack_ConfigDefs.h"
#include "Ifpack_CondestType.h"
Include dependency graph for Ifpack_Condest.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double Ifpack_Condest (const Ifpack_Preconditioner &IFP, const Ifpack_CondestType CT, const int MaxIters=1550, const double Tol=1e-9, Epetra_RowMatrix *Matrix=0)
 

Function Documentation

double Ifpack_Condest ( const Ifpack_Preconditioner IFP,
const Ifpack_CondestType  CT,
const int  MaxIters = 1550,
const double  Tol = 1e-9,
Epetra_RowMatrix Matrix = 0 
)

Definition at line 55 of file Ifpack_Condest.cpp.