Ifpack Package Browser (Single Doxygen Collection)
Development
|
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... | |
enum 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.