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

Method exp

ot/backend.py:1615–1616  ·  view source on GitHub ↗
(self, a)

Source from the content-addressed store, hash-verified

1613 return jnp.abs(a)
1614
1615 def exp(self, a):
1616 return jnp.exp(a)
1617
1618 def log(self, a):
1619 return jnp.log(a)

Callers

nothing calls this directly

Calls 1

expMethod · 0.45

Tested by

no test coverage detected