Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ log
Method
log
ot/backend.py:1205–1206 ·
view source on GitHub ↗
(self, a)
Source
from the content-addressed store, hash-verified
1203
return
np.exp(a)
1204
1205
def
log(self, a):
1206
return
np.log(a)
1207
1208
def
logsumexp(self, a, axis=None, keepdims=False):
1209
return
special.logsumexp(a, axis=axis, keepdims=keepdims)
Callers
nothing calls this directly
Calls
1
log
Method · 0.45
Tested by
no test coverage detected