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

Method min

ot/backend.py:2552–2553  ·  view source on GitHub ↗
(self, a, axis=None, keepdims=False)

Source from the content-addressed store, hash-verified

2550 return cp.max(a, axis, keepdims=keepdims)
2551
2552 def min(self, a, axis=None, keepdims=False):
2553 return cp.min(a, axis, keepdims=keepdims)
2554
2555 def maximum(self, a, b):
2556 return cp.maximum(a, b)

Callers

nothing calls this directly

Calls 1

minMethod · 0.45

Tested by

no test coverage detected