removed ndarray-linalg dependency because it was having distribution issues to mac and windows.
since I was only using it for inverse matrix calculations and the maximum matrix size I expect is 2x2 - it was simpler to just write this in explicitly instead of calling this dependency.
removed ndarray-linalg dependency because it was having distribution issues to mac and windows.
since I was only using it for inverse matrix calculations and the maximum matrix size I expect is 2x2 - it was simpler to just write this in explicitly instead of calling this dependency.