MCPcopy Create free account
hub / github.com/PythonOT/POT / abs

Method abs

ot/backend.py:1199–1200  ·  view source on GitHub ↗
(self, a)

Source from the content-addressed store, hash-verified

1197 return np.dot(a, b)
1198
1199 def abs(self, a):
1200 return np.abs(a)
1201
1202 def exp(self, a):
1203 return np.exp(a)

Callers 1

eliminate_zerosMethod · 0.95

Calls 1

absMethod · 0.45

Tested by

no test coverage detected