Ifpack2 Templated Preconditioning Package  Version 1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Namespaces
Ifpack2_Details_FastILU_Base_decl.hpp File Reference

Defines Ifpack2::Details::FastILU_Base, the base class that contains all common data and behavior of Ifpack2's FastILU, FastILDL and FastIC preconditioners. More...

#include <Tpetra_RowMatrix.hpp>
#include <Tpetra_CrsMatrix.hpp>
#include <Kokkos_DefaultNode.hpp>
#include <KokkosSparse_CrsMatrix.hpp>
#include <Ifpack2_Preconditioner.hpp>
#include "Ifpack2_Details_CanChangeMatrix.hpp"

Go to the source code of this file.

Classes

class  Ifpack2::Details::FastILU_Base< Scalar, LocalOrdinal, GlobalOrdinal, Node >
 The base class of the Ifpack2 FastILU wrappers (Filu, Fildl and Fic) More...
 

Namespaces

 Ifpack2
 Preconditioners and smoothers for Tpetra sparse matrices.
 

Detailed Description

Defines Ifpack2::Details::FastILU_Base, the base class that contains all common data and behavior of Ifpack2's FastILU, FastILDL and FastIC preconditioners.