Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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_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