You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/12 00:02:16 UTC

[GitHub] yuxiangw opened a new issue #9385: `np.linalg.solve` needed

yuxiangw opened a new issue #9385: `np.linalg.solve`  needed
URL: https://github.com/apache/incubator-mxnet/issues/9385
 
 
   ## Description
   The linear algebra package: `ndarray. linalg`  seems to be missing an important feature.
   So far there is no api for solving linear system of equations of the form:
   
   `Ax = b`
   
   This is the most basic operation in linear algebra and matlab can do it with a simple `backslash`, or simply `x = A\b`.
   
   ## Environment info (Required)
   
   This is basically mirroring the following function in `numpy`:
   
   `numpy.linalg.solve`
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services