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

Declaration of Chebyshev interface. More...

#include "Ifpack2_Preconditioner.hpp"
#include "Ifpack2_Details_CanChangeMatrix.hpp"
#include "Ifpack2_Details_Chebyshev.hpp"
#include "Tpetra_CrsMatrix_decl.hpp"
#include <type_traits>

Go to the source code of this file.

Classes

class  Ifpack2::Chebyshev< MatrixType >
 Diagonally scaled Chebyshev iteration for Tpetra sparse matrices. More...
 

Namespaces

 Ifpack2
 Preconditioners and smoothers for Tpetra sparse matrices.
 

Detailed Description

Declaration of Chebyshev interface.

This file declares the user-facing interface. Ifpack2_Details_Chebyshev_decl.hpp declares the implementation of this interface.