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

Method outer

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

Source from the content-addressed store, hash-verified

2615 return cp.flip(a, axis)
2616
2617 def outer(self, a, b):
2618 return cp.outer(a, b)
2619
2620 def clip(self, a, a_min, a_max):
2621 return cp.clip(a, a_min, a_max)

Callers

nothing calls this directly

Calls 1

outerMethod · 0.45

Tested by

no test coverage detected