Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __mul__
Method
__mul__
numpy/lib/user_array.py:79–80 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
77
return
self
78
79
def
__mul__(self, other):
80
return
self._rc(multiply(self.array, asarray(other)))
81
82
__rmul__ = __mul__
83
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