#include <EpetraExt_BTF_CrsGraph.h>
Inheritance diagram for EpetraExt::CrsGraph_BTF:
Public Member Functions | |
| ~CrsGraph_BTF () | |
| Destructor. | |
| CrsGraph_BTF () | |
| Default Constructor. | |
| NewTypeRef | operator() (OriginalTypeRef orig) |
Construction of BTF ordered Epetra_CrsGraph from orig object. | |
Uses Alex Pothien's BTF algorithm to find a block upper triangular ordering for a Epetra_CrsGraph.
Definition at line 46 of file EpetraExt_BTF_CrsGraph.h.
|
|
Destructor.
Definition at line 50 of file EpetraExt_BTF_CrsGraph.cpp. |
|
|
Default Constructor.
Definition at line 58 of file EpetraExt_BTF_CrsGraph.h. |
|
|
Construction of BTF ordered Epetra_CrsGraph from Preconditions: Invariants: Postconditions: Implements EpetraExt::Transform< T, U >. Definition at line 60 of file EpetraExt_BTF_CrsGraph.cpp. |
1.3.9.1