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 2019/03/07 22:41:49 UTC

[GitHub] [incubator-mxnet] ketranm opened a new issue #14360: supporting matrix inversion and determinant

ketranm opened a new issue #14360: supporting matrix inversion and determinant 
URL: https://github.com/apache/incubator-mxnet/issues/14360
 
 
   Hi there,
   I just wonder if we have any plan to support matrix inversion and computing determinant of a matrix in mxnet.
   These functions are supported in PyTorch (i.e [torch.inverse](https://pytorch.org/docs/stable/torch.html#torch.det), [torch.det](torch.det), [torch.logdet](https://pytorch.org/docs/stable/torch.html#torch.logdet)) through [MAGMA](https://developer.nvidia.com/magma).
   
   Thanks!

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services