-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
It looks like we take a range from 1 to n in the matrix inverse tutorial but that the short implementation goes from 0 to n. The former might be a typo?
MatrixInverse/MatrixInversion.py
Line 184 in 4045189
| for fd in range(1,n): # fd stands for focus diagonal |
MatrixInverse/ShortImplementation.py
Line 2 in 4045189
| for fd in range(len(AM)): |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels