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

Method width

linear_algebra/src/lib.py:359–363  ·  view source on GitHub ↗

getter for the width

(self)

Source from the content-addressed store, hash-verified

357 return self.__height
358
359 def width(self) -> int:
360 """
361 getter for the width
362 """
363 return self.__width
364
365 def component(self, x: int, y: int) -> float:
366 """

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