Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ minimum
Method
minimum
ot/backend.py:2989–2990 ·
view source on GitHub ↗
(self, a, b)
Source
from the content-addressed store, hash-verified
2987
return
tnp.maximum(a, b)
2988
2989
def
minimum(self, a, b):
2990
return
tnp.minimum(a, b)
2991
2992
def
sign(self, a):
2993
return
tnp.sign(a)
Callers
nothing calls this directly
Calls
1
minimum
Method · 0.45
Tested by
no test coverage detected