| 
    Tpetra parallel linear algebra Version of the Day
    
   | 
 
Struct that holds views of the contents of a CrsMatrix. More...
#include <TpetraExt_MMHelpers_decl.hpp>
Public Attributes | |
| Teuchos::RCP< const map_type > | origRowMap | 
| Original row map of matrix.   | |
| Teuchos::RCP< const map_type > | rowMap | 
| Desired row map for "imported" version of the matrix.   | |
| Teuchos::RCP< const map_type > | colMap | 
| Col map for the original version of the matrix.   | |
| Teuchos::RCP< const map_type > | domainMap | 
| Domain map for original matrix.   | |
| Teuchos::RCP< const map_type > | importColMap | 
| Colmap garnered as a result of the import.   | |
| Teuchos::RCP< CrsMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > | importMatrix | 
| The imported matrix.   | |
| Teuchos::RCP< const CrsMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > | origMatrix | 
| The original matrix.   | |
Struct that holds views of the contents of a CrsMatrix.
These contents may be a mixture of local and remote rows of the actual matrix.
Definition at line 36 of file TpetraExt_MMHelpers_decl.hpp.
| Teuchos::RCP<const map_type> Tpetra::CrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::origRowMap | 
Original row map of matrix.
Definition at line 48 of file TpetraExt_MMHelpers_decl.hpp.
| Teuchos::RCP<const map_type> Tpetra::CrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::rowMap | 
Desired row map for "imported" version of the matrix.
Definition at line 50 of file TpetraExt_MMHelpers_decl.hpp.
| Teuchos::RCP<const map_type> Tpetra::CrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::colMap | 
Col map for the original version of the matrix.
Definition at line 52 of file TpetraExt_MMHelpers_decl.hpp.
| Teuchos::RCP<const map_type> Tpetra::CrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::domainMap | 
Domain map for original matrix.
Definition at line 54 of file TpetraExt_MMHelpers_decl.hpp.
| Teuchos::RCP<const map_type> Tpetra::CrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::importColMap | 
Colmap garnered as a result of the import.
Definition at line 56 of file TpetraExt_MMHelpers_decl.hpp.
| Teuchos::RCP<CrsMatrix<Scalar, LocalOrdinal, GlobalOrdinal, Node> > Tpetra::CrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::importMatrix | 
The imported matrix.
Definition at line 58 of file TpetraExt_MMHelpers_decl.hpp.
| Teuchos::RCP<const CrsMatrix<Scalar, LocalOrdinal, GlobalOrdinal, Node> > Tpetra::CrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::origMatrix | 
The original matrix.
Definition at line 60 of file TpetraExt_MMHelpers_decl.hpp.