MCPcopy Create free account
hub / github.com/PythonOT/POT / first

Method first

ot/lp/full_bipartitegraph.h:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 void first(Node& node) const {
94 node = _node_num - 1;
95 }
96
97 static void next(Node& node) {
98 --node;

Callers 10

EMD_wrapFunction · 0.45
EMD_wrap_ompFunction · 0.45
flowMapMethod · 0.45
potentialMapMethod · 0.45
initialPivotsMethod · 0.45
flowMapMethod · 0.45
potentialMapMethod · 0.45
initialPivotsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected