robpike / ivy

ivy, an APL-like calculator
Other
1.32k stars 103 forks source link

ivy: generalize matrix inverse to Moore-Penrose pseudoinverse #146

Open robpike opened 1 year ago

robpike commented 1 year ago

This would allow for more general linear algebra calculations. It shouldn't be hard as the components of its creation are already in place.