|
Ifpack2 Templated Preconditioning Package
Version 1.0
|
Ifpack2::TriDiContainer class declaration. More...
#include "Ifpack2_Container.hpp"#include "Ifpack2_Details_MultiVectorLocalGatherScatter.hpp"#include "Ifpack2_Details_LapackSupportsScalar.hpp"#include "Tpetra_MultiVector.hpp"#include "Tpetra_Map.hpp"#include "Tpetra_RowMatrix.hpp"#include "Teuchos_SerialDenseVector.hpp"#include "Teuchos_SerialTriDiMatrix.hpp"#include <type_traits>Go to the source code of this file.
Classes | |
| class | Ifpack2::TriDiContainer< MatrixType, LocalScalarType, supportsLocalScalarType > |
| Store and solve a local TriDi linear problem. More... | |
| class | Ifpack2::TriDiContainer< MatrixType, LocalScalarType, true > |
| Partial specialization with the non-stub implementation, for LocalScalarType types that LAPACK supports. More... | |
| class | Ifpack2::TriDiContainer< MatrixType, LocalScalarType, false > |
| Partial specialization of BandedContainer with the stub implementation, for LocalScalarType types that LAPACK does NOT support. More... | |
Namespaces | |
| Ifpack2 | |
| Preconditioners and smoothers for Tpetra sparse matrices. | |
Ifpack2::TriDiContainer class declaration.
1.8.11