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

Method log

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

Source from the content-addressed store, hash-verified

3013 return tnp.exp(a)
3014
3015 def log(self, a):
3016 return tnp.log(a)
3017
3018 def sqrt(self, a):
3019 return tnp.sqrt(a)

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected