Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ height
Method
height
linear_algebra/src/lib.py:353–357 ·
view source on GitHub ↗
getter for the height
(self)
Source
from the content-addressed store, hash-verified
351
return
None
352
353
def
height(self) -> int:
354
""
"
355
getter
for
the height
356
""
"
357
return
self.__height
358
359
def
width(self) -> int:
360
""
"
Callers
4
test_minor
Method · 0.95
test_cofactor
Method · 0.95
__add__
Method · 0.80
__sub__
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_minor
Method · 0.76
test_cofactor
Method · 0.76