Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/numpy/numpy
/ __mul__
Method
__mul__
numpy/lib/_user_array_impl.py:116–117 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
114
return
self
115
116
def
__mul__(self, other):
117
return
self._rc(multiply(self.array, asarray(other)))
118
119
__rmul__ = __mul__
120
Callers
nothing calls this directly
Calls
3
_rc
Method · 0.95
multiply
Function · 0.90
asarray
Function · 0.90
Tested by
no test coverage detected