This library create a new data type named Matrix which will be able to perform the 2D matrix operation
- addition
- subtraction
- multiplication --> optmization needed if there's
- transpose
the variable that are encapsulated are
- rows
- cols
If you want to access it outside the class just give
_classname__varname
Please note that nothing in the pythonic world is private