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

Method minimum

ot/backend.py:2558–2559  ·  view source on GitHub ↗
(self, a, b)

Source from the content-addressed store, hash-verified

2556 return cp.maximum(a, b)
2557
2558 def minimum(self, a, b):
2559 return cp.minimum(a, b)
2560
2561 def sign(self, a):
2562 return cp.sign(a)

Callers

nothing calls this directly

Calls 1

minimumMethod · 0.45

Tested by

no test coverage detected