Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ __mul__
Method
__mul__
linear_algebra/src/lib.py:320–320 ·
view source on GitHub ↗
(self, other: float)
Source
from the content-addressed store, hash-verified
318
319
@overload
320
def
__mul__(self, other: float) -> Matrix: ...
321
322
@overload
323
def
__mul__(self, other: Vector) -> Vector: ...
Callers
nothing calls this directly
Calls
4
zero_vector
Function · 0.85
Matrix
Class · 0.70
component
Method · 0.45
change_component
Method · 0.45
Tested by
no test coverage detected