#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.
| EpetraExt::CrsGraph_BTF::~CrsGraph_BTF | ( | ) |
| EpetraExt::CrsGraph_BTF::CrsGraph_BTF | ( | ) | [inline] |
| CrsGraph_BTF::NewTypeRef EpetraExt::CrsGraph_BTF::operator() | ( | OriginalTypeRef | orig | ) |
Construction of BTF ordered Epetra_CrsGraph from orig object.
Preconditions:
Invariants:
Postconditions:
Definition at line 60 of file EpetraExt_BTF_CrsGraph.cpp.
1.4.7