|
| BFT (const std::vector< std::vector< int > > &adjlist, int root, int max_width, bool &failed) |
|
int | Width () |
|
int | Depth () |
|
void | NonNeighborLeaves (std::vector< int > &leaves, const std::vector< std::vector< int > > &adjlist, int count) |
|
void | ReverseVector (std::vector< int > &ordered) |
|
EpetraExt::CrsGraph_SymmRCM::BFT::BFT |
( |
const std::vector< std::vector< int > > & |
adjlist, |
|
|
int |
root, |
|
|
int |
max_width, |
|
|
bool & |
failed |
|
) |
| |
int EpetraExt::CrsGraph_SymmRCM::BFT::Width |
( |
| ) |
|
|
inline |
int EpetraExt::CrsGraph_SymmRCM::BFT::Depth |
( |
| ) |
|
|
inline |
void EpetraExt::CrsGraph_SymmRCM::BFT::NonNeighborLeaves |
( |
std::vector< int > & |
leaves, |
|
|
const std::vector< std::vector< int > > & |
adjlist, |
|
|
int |
count |
|
) |
| |
void EpetraExt::CrsGraph_SymmRCM::BFT::ReverseVector |
( |
std::vector< int > & |
ordered | ) |
|
bool EpetraExt::CrsGraph_SymmRCM::BFT::failed_ |
|
private |
int EpetraExt::CrsGraph_SymmRCM::BFT::width_ |
|
private |
int EpetraExt::CrsGraph_SymmRCM::BFT::depth_ |
|
private |
int EpetraExt::CrsGraph_SymmRCM::BFT::nodes_ |
|
private |
std::vector< std::vector<int> > EpetraExt::CrsGraph_SymmRCM::BFT::levelSets_ |
|
private |
The documentation for this class was generated from the following file: