Ifpack Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Enumerations
Ifpack_CondestType.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  Ifpack_CondestType { Ifpack_Cheap , Ifpack_CG , Ifpack_GMRES }
 Ifpack_CondestType: enum to define the type of condition number estimate. More...
 

Enumeration Type Documentation

◆ Ifpack_CondestType

Ifpack_CondestType: enum to define the type of condition number estimate.

Enumerator
Ifpack_Cheap 

cheap estimate

Ifpack_CG 

Uses AztecOO's CG.

Ifpack_GMRES 

Uses AztecOO's GMRES.

Definition at line 48 of file Ifpack_CondestType.h.