MCPcopy 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_zerosMethod · 0.95

Calls 1

absMethod · 0.45

Tested by

no test coverage detected