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

Method minimum

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

Source from the content-addressed store, hash-verified

1601 return jnp.maximum(a, b)
1602
1603 def minimum(self, a, b):
1604 return jnp.minimum(a, b)
1605
1606 def sign(self, a):
1607 return jnp.sign(a)

Callers

nothing calls this directly

Calls 1

minimumMethod · 0.45

Tested by

no test coverage detected