dmlc / minpy

NumPy interface with mixed backend execution
https://minpy.readthedocs.io/en/latest/
Other
1.11k stars 112 forks source link

numpy.linalg missing #183

Open itsd3 opened 6 years ago

itsd3 commented 6 years ago

Hi,

Just started using minpy. Very good library so far. Just wondering if you guys are going to support numpy.linalg? Two most important functions there are probably .solve and .inv, for matrix inversions. Hard to do any serious matrix maths without those two available.

Thanks