Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ meshgrid
Method
meshgrid
ot/backend.py:1701–1702 ·
view source on GitHub ↗
(self, a, b)
Source
from the content-addressed store, hash-verified
1699
)
1700
1701
def
meshgrid(self, a, b):
1702
return
jnp.meshgrid(a, b)
1703
1704
def
diag(self, a, k=0):
1705
return
jnp.diag(a, k)
Callers
nothing calls this directly
Calls
1
meshgrid
Method · 0.45
Tested by
no test coverage detected