Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ outer
Method
outer
ot/backend.py:3051–3052 ·
view source on GitHub ↗
(self, a, b)
Source
from the content-addressed store, hash-verified
3049
return
tnp.flip(a, axis)
3050
3051
def
outer(self, a, b):
3052
return
tnp.outer(a, b)
3053
3054
def
clip(self, a, a_min, a_max):
3055
return
tnp.clip(a, a_min, a_max)
Callers
nothing calls this directly
Calls
1
outer
Method · 0.45
Tested by
no test coverage detected