|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
#include <CorrectRCM.hpp>
Public Types | |
| using | index = int64_t |
Public Member Functions | |
| UndirectedGraphProxy (const tGraphAdjFunctor &graphAdjFunctor, index nVertices) | |
| index | GetNVertices () const |
| int | CheckAdj (bool checkParallel=true, bool checkSymmetry=true) const |
| auto | GetAdj (index i) const |
| template<typename TFNode , typename TFInLayerCompare = int> | |
| std::vector< index > | BreadthFirstSearch (TFNode &&FNode, index root=0, TFInLayerCompare &&FInLayerCompare=int(0)) const |
Definition at line 32 of file CorrectRCM.hpp.
| using CorrectRCM::UndirectedGraphProxy< tGraphAdjFunctor >::index = int64_t |
Definition at line 35 of file CorrectRCM.hpp.
|
inline |
Definition at line 42 of file CorrectRCM.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 45 of file CorrectRCM.hpp.