42#ifndef EpetraExt_CRSGRAPH_VIEW_H
43#define EpetraExt_CRSGRAPH_VIEW_H
Generates a sub-block view of a Epetra_CrsGraph.
~CrsGraph_View()
Destructor.
CrsGraph_View(const Epetra_BlockMap *new_row_map, const Epetra_BlockMap *new_col_map=0)
Constructor.
NewTypeRef operator()(OriginalTypeRef orig)
Transformation Operator.
const Epetra_BlockMap * NewRowMap_
const Epetra_BlockMap * NewColMap_
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.