|
EpetraExt
Development
|
Transform to generate the explicit transpose of a Epetra_CrsGraph. More...
#include <EpetraExt_Transpose_CrsGraph.h>

Public Member Functions | |
| ~CrsGraph_Transpose () | |
| Destructor. | |
| CrsGraph_Transpose (bool IgnoreNonLocalCols=false) | |
| Constructor. | |
| NewTypeRef | operator() (OriginalTypeRef orig) |
| Transpose Transform Operator. | |
Transform to generate the explicit transpose of a Epetra_CrsGraph.
Definition at line 52 of file EpetraExt_Transpose_CrsGraph.h.
Destructor.
Definition at line 53 of file EpetraExt_Transpose_CrsGraph.cpp.
| EpetraExt::CrsGraph_Transpose::CrsGraph_Transpose | ( | bool | IgnoreNonLocalCols = false | ) | [inline] |
Constructor.
| In | IgnoreNonLocalCols - Whether or not to include non-local columns in the transpose. |
Definition at line 66 of file EpetraExt_Transpose_CrsGraph.h.
| CrsGraph_Transpose::NewTypeRef EpetraExt::CrsGraph_Transpose::operator() | ( | OriginalTypeRef | orig | ) | [virtual] |
Transpose Transform Operator.
Implements EpetraExt::Transform< T, U >.
Definition at line 60 of file EpetraExt_Transpose_CrsGraph.cpp.
1.7.6.1