43#ifndef IFPACK_CONDEST_H
44#define IFPACK_CONDEST_H
46#include "Ifpack_ConfigDefs.h"
47#include "Ifpack_CondestType.h"
52 const Ifpack_CondestType CT,
53 const int MaxIters = 1550,
54 const double Tol = 1e-9,
Ifpack_Preconditioner: basic class for preconditioning in Ifpack.