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

Method min

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

Source from the content-addressed store, hash-verified

2981 return tnp.max(a, axis, keepdims=keepdims)
2982
2983 def min(self, a, axis=None, keepdims=False):
2984 return tnp.min(a, axis, keepdims=keepdims)
2985
2986 def maximum(self, a, b):
2987 return tnp.maximum(a, b)

Callers

nothing calls this directly

Calls 1

minMethod · 0.45

Tested by

no test coverage detected