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