dmlc / minpy

NumPy interface with mixed backend execution

Home Page:https://minpy.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

numpy.linalg missing

itsd3 opened this issue · comments

commented

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