|
EpetraExt Package Browser (Single Doxygen Collection)
Development
|
Go to the documentation of this file.
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.
Given an Epetra_CrsMatrix, a "reindexed" version is returned based on the new row map.
NewTypeRef Toperator(OriginalTypeRef orig)
NewTypeRef operator()(OriginalTypeRef orig)
Constructs "reindexed" Matrix.
~CrsMatrix_Reindex()
Destructor.
const Epetra_Map & NewRowMap_
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.