wadetb/tinynumpy

Implement subset of linear algebra

wadetb opened this issue · 1 comments

I use the following methods in my codebase:

Of these, I use norm all the time, and I only use svd and lstsq once.

Also numpy.einsum is a general routine which can be used for many operations in linear algebra.