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