43#ifndef IFPACK2_CONDESTTYPE_HPP
44#define IFPACK2_CONDESTTYPE_HPP
Preconditioners and smoothers for Tpetra sparse matrices.
Definition Ifpack2_AdditiveSchwarz_decl.hpp:74
CondestType
Ifpack2::CondestType: enum to define the type of condition number estimate.
Definition Ifpack2_CondestType.hpp:50
@ CG
Uses AztecOO's CG.
Definition Ifpack2_CondestType.hpp:52
@ Cheap
cheap estimate
Definition Ifpack2_CondestType.hpp:51
@ GMRES
Uses AztecOO's GMRES.
Definition Ifpack2_CondestType.hpp:53