Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ __pow__
Method
__pow__
numpy/matrixlib/defmatrix.py:236–237 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
234
return
self
235
236
def
__pow__(self, other):
237
return
matrix_power(self, other)
238
239
def
__ipow__(self, other):
240
self[:] = self ** other
Callers
nothing calls this directly
Calls
1
matrix_power
Function · 0.90
Tested by
no test coverage detected