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

Method sqrt

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

Source from the content-addressed store, hash-verified

1209 return special.logsumexp(a, axis=axis, keepdims=keepdims)
1210
1211 def sqrt(self, a):
1212 return np.sqrt(a)
1213
1214 def power(self, a, exponents):
1215 return np.power(a, exponents)

Callers 1

get_random_projectionsFunction · 0.95

Calls 1

sqrtMethod · 0.45

Tested by

no test coverage detected