|
EpetraExt
Development
|
Block Triangular Factorization (Reordering) of Epetra_CrsGraph. More...
#include <EpetraExt_BTF_CrsGraph.h>

Public Member Functions | |
| ~CrsGraph_BTF () | |
| Destructor. | |
| CrsGraph_BTF () | |
| Default Constructor. | |
| NewTypeRef | operator() (OriginalTypeRef orig) |
Construction of BTF ordered Epetra_CrsGraph from orig object. | |
Block Triangular Factorization (Reordering) of Epetra_CrsGraph.
Uses Alex Pothien's BTF algorithm to find a block upper triangular ordering for a Epetra_CrsGraph.
Definition at line 59 of file EpetraExt_BTF_CrsGraph.h.
Destructor.
Definition at line 65 of file EpetraExt_BTF_CrsGraph.cpp.
| EpetraExt::CrsGraph_BTF::CrsGraph_BTF | ( | ) | [inline] |
Default Constructor.
Definition at line 71 of file EpetraExt_BTF_CrsGraph.h.
| CrsGraph_BTF::NewTypeRef EpetraExt::CrsGraph_BTF::operator() | ( | OriginalTypeRef | orig | ) | [virtual] |
Construction of BTF ordered Epetra_CrsGraph from orig object.
Preconditions:
Invariants:
Postconditions:
Implements EpetraExt::Transform< T, U >.
Definition at line 75 of file EpetraExt_BTF_CrsGraph.cpp.
1.7.6.1