Public Member Functions | |
| BFT (const vector< vector< int > > &adjlist, int root, int max_width, bool &failed) | |
| int | Width () |
| int | Depth () |
| void | NonNeighborLeaves (vector< int > &leaves, const vector< vector< int > > &adjlist, int count) |
| void | ReverseVector (vector< int > &ordered) |
Private Attributes | |
| bool | failed_ |
| int | width_ |
| int | depth_ |
| int | nodes_ |
| vector< vector< int > > | levelSets_ |
|
||||||||||||||||||||
|
Definition at line 237 of file EpetraExt_SymmRCM_CrsGraph.cpp. |
|
|
Definition at line 76 of file EpetraExt_SymmRCM_CrsGraph.h. |
|
|
Definition at line 77 of file EpetraExt_SymmRCM_CrsGraph.h. |
|
||||||||||||||||
|
Definition at line 361 of file EpetraExt_SymmRCM_CrsGraph.cpp. |
|
|
Definition at line 385 of file EpetraExt_SymmRCM_CrsGraph.cpp. |
|
|
Definition at line 86 of file EpetraExt_SymmRCM_CrsGraph.h. |
|
|
Definition at line 87 of file EpetraExt_SymmRCM_CrsGraph.h. |
|
|
Definition at line 88 of file EpetraExt_SymmRCM_CrsGraph.h. |
|
|
Definition at line 89 of file EpetraExt_SymmRCM_CrsGraph.h. |
|
|
Definition at line 91 of file EpetraExt_SymmRCM_CrsGraph.h. |
1.3.9.1