|
Amesos2 - Direct Sparse Solver Interfaces
Version of the Day
|
MatrixAdapter definitions for Tpetra::CrsMatrix objects. More...
#include <Amesos2_TpetraCrsMatrix_MatrixAdapter_decl.hpp>


Public Types | |
|
typedef Tpetra::CrsMatrix < Scalar, LocalOrdinal, GlobalOrdinal, Node > | matrix_t |
| typedef super_t::scalar_t | scalar_t |
| typedef super_t::local_ordinal_t | local_ordinal_t |
| typedef super_t::global_ordinal_t | global_ordinal_t |
| typedef super_t::node_t | node_t |
| typedef super_t::global_size_t | global_size_t |
|
typedef ConcreteMatrixAdapter < matrix_t > | type |
Public Member Functions | |
| ConcreteMatrixAdapter (RCP< matrix_t > m) | |
|
RCP< const MatrixAdapter < matrix_t > > | get_impl (const Teuchos::Ptr< const Tpetra::Map< local_ordinal_t, global_ordinal_t, node_t > > map) const |
Private Types | |
|
typedef AbstractConcreteMatrixAdapter < Tpetra::RowMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node >, matrix_t > | super_t |
Friends | |
| class | MatrixAdapter< Tpetra::RowMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > |
MatrixAdapter definitions for Tpetra::CrsMatrix objects.
Defines only the get_impl() method, which returns an instance of a Amesos2::MatrixAdapter whose underlying matrix has the given distribution based on the Tpetra::Map.
All other significant functionality is inherited from this class's superclass.
1.7.6.1