Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ height
Method
height
linear_algebra_python/src/lib.py:251–255 ·
view source on GitHub ↗
getter for the height
(self)
Source
from the content-addressed store, hash-verified
249
""
"
250
return
self.__width
251
def
height(self):
252
""
"
253
getter
for
the height
254
""
"
255
return
self.__height
256
def
__mul__(self,other):
257
""
"
258
implements the matrix-vector multiplication.
Callers
2
__add__
Method · 0.80
__sub__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected