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