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