aleksfasting / linalg_module

0 stars 0 forks source link

Row and Column functionality #4

Closed aleksfasting closed 2 months ago

aleksfasting commented 2 months ago

getitem() and setitem() functionality in Matrix.py. Also, when doing matrix['i', 0] you get the first column and such. Pretty neat

aleksfasting commented 2 months ago

Solves #2