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

Method meshgrid

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

Source from the content-addressed store, hash-verified

2655 return cp.linspace(start, stop, num, dtype=type_as.dtype)
2656
2657 def meshgrid(self, a, b):
2658 return cp.meshgrid(a, b)
2659
2660 def diag(self, a, k=0):
2661 return cp.diag(a, k)

Callers

nothing calls this directly

Calls 1

meshgridMethod · 0.45

Tested by

no test coverage detected