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