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