Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ power
Method
power
ot/backend.py:2576–2577 ·
view source on GitHub ↗
(self, a, exponents)
Source
from the content-addressed store, hash-verified
2574
return
cp.sqrt(a)
2575
2576
def
power(self, a, exponents):
2577
return
cp.power(a, exponents)
2578
2579
def
dot(self, a, b):
2580
return
cp.dot(a, b)
Callers
nothing calls this directly
Calls
1
power
Method · 0.45
Tested by
no test coverage detected