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 map_t > map, EDistribution distribution=ROOTED) const |
RCP< const MatrixAdapter < matrix_t > > | reindex_impl (Teuchos::RCP< const map_t > &contigRowMap, Teuchos::RCP< const map_t > &contigColMap, const EPhase current_phase) const |
template<typename KV_S , typename KV_GO , typename KV_GS , typename host_ordinal_type_array , typename host_scalar_type_array > | |
local_ordinal_t | gather_impl (KV_S &nzvals, KV_GO &indices, KV_GS &pointers, host_ordinal_type_array &recvCounts, host_ordinal_type_array &recvDispls, host_ordinal_type_array &transpose_map, host_scalar_type_array &nzvals_t, bool column_major, EPhase current_phase) const |
void | describe (Teuchos::FancyOStream &os, const Teuchos::EVerbosityLevel verbLevel=Teuchos::Describable::verbLevel_default) const |
Print a description of this adapter to the given output stream. | |
Private Types | |
typedef AbstractConcreteMatrixAdapter < Epetra_RowMatrix, Epetra_CrsMatrix > | super_t |
Private Attributes | |
RCP< EpetraExt::CrsMatrix_Reindex > | StdIndex_ |
RCP< Epetra_CrsMatrix > | ContigMat_ |
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.