|
EpetraExt
Development
|
Generates the symmetric RCM reordered version of a Epetra_CrsGraph. More...
#include <EpetraExt_SymmRCM_CrsGraph.h>

Public Member Functions | |
| ~CrsGraph_SymmRCM () | |
| Destructor. | |
| CrsGraph_SymmRCM (bool BruteForce=false, int testLeafWidth=5) | |
| Constructor. | |
| NewTypeRef | operator() (OriginalTypeRef orig) |
| Transformation Operator. | |
Generates the symmetric RCM reordered version of a Epetra_CrsGraph.
Definition at line 55 of file EpetraExt_SymmRCM_CrsGraph.h.
Destructor.
| EpetraExt::CrsGraph_SymmRCM::CrsGraph_SymmRCM | ( | bool | BruteForce = false, |
| int | testLeafWidth = 5 |
||
| ) | [inline] |
Constructor.
Definition at line 63 of file EpetraExt_SymmRCM_CrsGraph.h.
| NewTypeRef EpetraExt::CrsGraph_SymmRCM::operator() | ( | OriginalTypeRef | orig | ) | [virtual] |
Transformation Operator.
Implements EpetraExt::Transform< T, U >.
1.7.6.1