MCPcopy 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_vectorFunction · 0.85
MatrixClass · 0.70
componentMethod · 0.45
change_componentMethod · 0.45

Tested by

no test coverage detected