szha commented on issue #17013: How can I use mshadow in C++ as a matrix 
compute framework like Eigen?
URL: 
https://github.com/apache/incubator-mxnet/issues/17013#issuecomment-564762189
 
 
   We have cholesky factorization 
([potrf](https://mxnet.apache.org/api/python/docs/api/ndarray/linalg/index.html#mxnet.ndarray.linalg.potrf))
 and eigen decomposition 
([syevd](https://mxnet.apache.org/api/python/docs/api/ndarray/linalg/index.html#mxnet.ndarray.linalg.syevd))
 from lapack in our linear algebra operators that should help. It might have 
been intended in mshadow but I don't think they were completed. Also, mshadow 
is considered deprecated and its code generation feature is superseded by 
[TVM](https://tvm.apache.org/)

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


With regards,
Apache Git Services

Reply via email to