Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ exp
Method
exp
ot/backend.py:2567–2568 ·
view source on GitHub ↗
(self, a)
Source
from the content-addressed store, hash-verified
2565
return
cp.abs(a)
2566
2567
def
exp(self, a):
2568
return
cp.exp(a)
2569
2570
def
log(self, a):
2571
return
cp.log(a)
Callers
nothing calls this directly
Calls
1
exp
Method · 0.45
Tested by
no test coverage detected