Amesos2 - Direct Sparse Solver Interfaces
Version of the Day
|
MatrixAdapter definitions for Epetra_CrsMatrix objects. More...
#include <Amesos2_EpetraCrsMatrix_MatrixAdapter_decl.hpp>
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, EDistribution distribution=ROOTED) const |
Private Types | |
typedef AbstractConcreteMatrixAdapter < Epetra_RowMatrix, Epetra_CrsMatrix > | super_t |
Friends | |
class | MatrixAdapter< Epetra_RowMatrix > |
MatrixAdapter definitions for Epetra_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.