Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
Ifpack_Condest.cpp File Reference
#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"
Include dependency graph for Ifpack_Condest.cpp:

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)
 

Function Documentation

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.