|
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 46 of file EpetraExt_BTF_CrsGraph.h.
| EpetraExt::CrsGraph_BTF::~CrsGraph_BTF | ( | ) |
Destructor.
Definition at line 50 of file EpetraExt_BTF_CrsGraph.cpp.
| EpetraExt::CrsGraph_BTF::CrsGraph_BTF | ( | ) | [inline] |
Default Constructor.
Definition at line 58 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:
Implements EpetraExt::Transform< T, U >.
Definition at line 60 of file EpetraExt_BTF_CrsGraph.cpp.
1.7.4