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

Method log

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

Source from the content-addressed store, hash-verified

2568 return cp.exp(a)
2569
2570 def log(self, a):
2571 return cp.log(a)
2572
2573 def sqrt(self, a):
2574 return cp.sqrt(a)

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected