MCPcopy Create free account
hub / github.com/PythonOT/POT / meshgrid

Method meshgrid

ot/backend.py:3096–3097  ·  view source on GitHub ↗
(self, a, b)

Source from the content-addressed store, hash-verified

3094 return tnp.linspace(start, stop, num, dtype=type_as.dtype)
3095
3096 def meshgrid(self, a, b):
3097 return tnp.meshgrid(a, b)
3098
3099 def diag(self, a, k=0):
3100 return tnp.diag(a, k)

Callers

nothing calls this directly

Calls 1

meshgridMethod · 0.45

Tested by

no test coverage detected