42 #ifndef EpetraExt_CRSMATRIX_REINDEX_H
43 #define EpetraExt_CRSMATRIX_REINDEX_H
84 template<
typename int_type>
91 #endif //EpetraExt_CRSMATRIX_REINDEX_H
CrsMatrix_Reindex(const Epetra_Map &new_row_map)
Constructor.
~CrsMatrix_Reindex()
Destructor.
NewTypeRef operator()(OriginalTypeRef orig)
Constructs "reindexed" Matrix.
const Epetra_Map & NewRowMap_
Given an Epetra_CrsMatrix, a "reindexed" version is returned based on the new row map...
NewTypeRef Toperator(OriginalTypeRef orig)