MCPcopy 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_minorMethod · 0.95
test_cofactorMethod · 0.95
__add__Method · 0.80
__sub__Method · 0.80

Calls

no outgoing calls

Tested by 2

test_minorMethod · 0.76
test_cofactorMethod · 0.76