42#ifndef EpetraExt_CRSMATRIX_REINDEX_H
43#define EpetraExt_CRSMATRIX_REINDEX_H
84 template<
typename int_type>
Given an Epetra_CrsMatrix, a "reindexed" version is returned based on the new row map.
NewTypeRef Toperator(OriginalTypeRef orig)
CrsMatrix_Reindex(const Epetra_Map &new_row_map)
Constructor.
NewTypeRef operator()(OriginalTypeRef orig)
Constructs "reindexed" Matrix.
~CrsMatrix_Reindex()
Destructor.
const Epetra_Map & NewRowMap_
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.