Ifpack2 Templated Preconditioning Package
Version 1.0
|
Ifpack2::DenseContainer 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_SerialDenseMatrix.hpp"
#include "Tpetra_Experimental_BlockCrsMatrix_decl.hpp"
Go to the source code of this file.
Classes | |
class | Ifpack2::DenseContainer< MatrixType, LocalScalarType, supportsLocalScalarType > |
Store and solve a local dense linear problem. More... | |
class | Ifpack2::DenseContainer< MatrixType, LocalScalarType, true > |
Partial specialization with the non-stub implementation, for LocalScalarType types that LAPACK supports. More... | |
class | Ifpack2::DenseContainer< MatrixType, LocalScalarType, false > |
Partial specialization with the stub implementation, for LocalScalarType types that LAPACK does NOT support. More... | |
Namespaces | |
Ifpack2 | |
Preconditioners and smoothers for Tpetra sparse matrices. | |
Ifpack2::DenseContainer class declaration.