MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / __mul__

Method __mul__

linear_algebra/src/lib.py:109–109  ·  view source on GitHub ↗
(self, other: float)

Source from the content-addressed store, hash-verified

107
108 @overload
109 def __mul__(self, other: float) -> Vector: ...
110
111 @overload
112 def __mul__(self, other: Vector) -> float: ...

Callers

nothing calls this directly

Calls 2

VectorClass · 0.85
componentMethod · 0.45

Tested by

no test coverage detected