The Original CHomP Software
|
This is the complete list of members for chomp::homology::diGraph< wType >, including all inherited members.
addEdge(int_t target) | chomp::homology::diGraph< wType > | inline |
addEdge(int_t target, const wType &weight) | chomp::homology::diGraph< wType > | inline |
addVertex(void) | chomp::homology::diGraph< wType > | inline |
BellmanFord(const roundType &rounding, int_t source, lenTable &len, wType *infinity, predTable pred) const | chomp::homology::diGraph< wType > | inline |
BellmanFord(int_t source, lenTable &len, wType *infinity, predTable pred) const | chomp::homology::diGraph< wType > | inline |
BellmanFord(const roundType &rounding, int_t source) const | chomp::homology::diGraph< wType > | inline |
BellmanFord(int_t source) const | chomp::homology::diGraph< wType > | inline |
countEdges(void) const | chomp::homology::diGraph< wType > | inline |
countEdges(int_t vertex) const | chomp::homology::diGraph< wType > | inline |
countVertices(void) const | chomp::homology::diGraph< wType > | inline |
DFScolor(Table &tab, const Color &color, int_t vertex=0) const | chomp::homology::diGraph< wType > | inline |
DFScolorRecurrent(Table &tab, const Color &color, int_t vertex=0) const | chomp::homology::diGraph< wType > | inline |
DFScolorStack(Table &tab, const Color &color, int_t vertex=0) const | chomp::homology::diGraph< wType > | inline |
DFSfinishTime(Table &tab) const | chomp::homology::diGraph< wType > | inline |
DFSfinishTimeRecurrent(Table &tab, int_t vertex, int_t &counter) const | chomp::homology::diGraph< wType > | inlineprivate |
DFSfinishTimeStack(Table &tab, int_t vertex, int_t &counter) const | chomp::homology::diGraph< wType > | inlineprivate |
DFSforest(const Table1 &ordered, Table2 &compVertices, Table3 &compEnds, bool nontrivial=false, diGraph< wType > *sccGraph=0) const | chomp::homology::diGraph< wType > | inline |
DFSforestRecurrent(Table1 &tab, Table1 &ntab, int_t vertex, int_t treeNumber, int_t countTrees, Table2 &compVertices, int_t &curVertex, diGraph *sccGraph, int_t *sccEdgeAdded) const | chomp::homology::diGraph< wType > | inlineprivate |
DFSforestStack(Table1 &tab, Table1 &ntab, int_t vertex, int_t treeNumber, int_t countTrees, Table2 &compVertices, int_t &curVertex, diGraph *sccGraph, int_t *sccEdgeAdded) const | chomp::homology::diGraph< wType > | inlineprivate |
diGraph() | chomp::homology::diGraph< wType > | inline |
Dijkstra(const roundType &rounding, int_t source, lenTable &len, weightsType &edgeWeights) const | chomp::homology::diGraph< wType > | inline |
Dijkstra(const roundType &rounding, int_t source, lenTable &len) const | chomp::homology::diGraph< wType > | inline |
Dijkstra(int_t source, lenTable &len) const | chomp::homology::diGraph< wType > | inline |
edgeEnds | chomp::homology::diGraph< wType > | protected |
edges | chomp::homology::diGraph< wType > | protected |
Edmonds() const | chomp::homology::diGraph< wType > | inline |
EdmondsOld() const | chomp::homology::diGraph< wType > | inline |
FloydWarshall(const roundType &rounding, arrayType &arr, bool setInfinity=true, bool ignoreNegLoop=false) const | chomp::homology::diGraph< wType > | inline |
FloydWarshall(arrayType &arr, bool setInfinity=true, bool ignoreNegLoop=false) const | chomp::homology::diGraph< wType > | inline |
getEdge(int_t vertex, int_t i) const | chomp::homology::diGraph< wType > | inline |
getWeight(int_t vertex, int_t i) const | chomp::homology::diGraph< wType > | inline |
getWeight(int_t edge) const | chomp::homology::diGraph< wType > | inline |
getWeights(Table &tab) const | chomp::homology::diGraph< wType > | inline |
Johnson(const roundType &rounding, arrayType &arr, bool setInfinity=true, bool ignoreNegLoop=false) const | chomp::homology::diGraph< wType > | inline |
Johnson(arrayType &arr, bool setInfinity=true, bool ignoreNegLoop=false) const | chomp::homology::diGraph< wType > | inline |
minMeanCycleWeight(diGraph< wType > *transposed=0) const | chomp::homology::diGraph< wType > | |
minMeanCycleWeight(const roundType &rounding, diGraph< wType > *transposed) const | chomp::homology::diGraph< wType > | |
minMeanCycleWeightMem(const roundType &rounding, diGraph< wType > *transposed, predType &predecessors) const | chomp::homology::diGraph< wType > | |
minMeanCycleWeightMem(const roundType &rounding, diGraph< wType > *transposed) const | chomp::homology::diGraph< wType > | inline |
minMeanPathWeight(const roundType &rounding, const arrayType &starting, int_t n) const | chomp::homology::diGraph< wType > | |
minMeanPathWeight(const arrayType &starting, int_t n) const | chomp::homology::diGraph< wType > | |
minPathWeight(const roundType &rounding, bool ignoreNegLoop=false, int sparseGraph=-1) const | chomp::homology::diGraph< wType > | |
minPathWeight(bool ignoreNegLoop=false, int sparseGraph=-1) const | chomp::homology::diGraph< wType > | |
nVertices | chomp::homology::diGraph< wType > | protected |
operator== | chomp::homology::diGraph< wType > | friend |
removeVertex(void) | chomp::homology::diGraph< wType > | inline |
removeVertex(int_t vertex, bool updateweights=false) | chomp::homology::diGraph< wType > | inline |
setWeight(int_t vertex, int_t i, const wType &weight) | chomp::homology::diGraph< wType > | inline |
setWeight(int_t edge, const wType &weight) | chomp::homology::diGraph< wType > | inline |
setWeights(const Table &tab) | chomp::homology::diGraph< wType > | inline |
shortestLoop(int_t origin) const | chomp::homology::diGraph< wType > | inline |
shortestPath(int_t source, int_t destination) const | chomp::homology::diGraph< wType > | inline |
show(outType &out, bool showWeights=false) const | chomp::homology::diGraph< wType > | inline |
subgraph(diGraph< wType1 > &result, const Table &tab, bool copyweights=false) const | chomp::homology::diGraph< wType > | inline |
swap(diGraph< wType > &g) | chomp::homology::diGraph< wType > | inline |
transpose(diGraph< wType1 > &result, bool copyweights=false) const | chomp::homology::diGraph< wType > | inline |
weight_type typedef | chomp::homology::diGraph< wType > | |
weights | chomp::homology::diGraph< wType > | protected |
writeEdges(Table &tab) const | chomp::homology::diGraph< wType > | inline |
~diGraph() | chomp::homology::diGraph< wType > | inline |