Ifpack2 Templated Preconditioning Package
Version 1.0
|
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. | |
Declaration of Chebyshev interface.
This file declares the user-facing interface. Ifpack2_Details_Chebyshev_decl.hpp declares the implementation of this interface.