|
Ifpack2 Templated Preconditioning Package
Version 1.0
|
Declaration of Chebyshev interface. More...
#include <Ifpack2_ConfigDefs.hpp>#include <Ifpack2_Preconditioner.hpp>#include <Ifpack2_Details_CanChangeMatrix.hpp>#include <Ifpack2_Details_Chebyshev_decl.hpp>#include <Ifpack2_Details_Chebyshev_def.hpp>#include <Tpetra_CrsMatrix.hpp>#include <iostream>#include <string>#include <sstream>Go to the source code of this file.
Classes | |
| class | Ifpack2::Chebyshev< MatrixType > |
| Diagonally scaled Chebyshev iteration for Tpetra sparse matrices. More... | |
Namespaces | |
| namespace | 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.
1.7.6.1