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

Method meshgrid

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

Source from the content-addressed store, hash-verified

1289 return np.linspace(start, stop, num, dtype=type_as.dtype)
1290
1291 def meshgrid(self, a, b):
1292 return np.meshgrid(a, b)
1293
1294 def diag(self, a, k=0):
1295 return np.diag(a, k)

Callers

nothing calls this directly

Calls 1

meshgridMethod · 0.45

Tested by

no test coverage detected