#include <EpetraExt_View_CrsGraph.h>
Inheritance diagram for EpetraExt::CrsGraph_View:
Public Member Functions | |
| ~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. | |
Definition at line 40 of file EpetraExt_View_CrsGraph.h.
|
|
Destructor.
Definition at line 39 of file EpetraExt_View_CrsGraph.cpp. |
|
||||||||||||
|
Constructor.
Definition at line 51 of file EpetraExt_View_CrsGraph.h. |
|
|
Transformation Operator.
Implements EpetraExt::Transform< T, U >. Definition at line 46 of file EpetraExt_View_CrsGraph.cpp. |
1.3.9.1