arcadiaphy commented on issue #15007: Add matrix determinant operator in linalg URL: https://github.com/apache/incubator-mxnet/pull/15007#issuecomment-500675467 @piyushghai Two paths forward for linalg: 1. Use low level operators to implement determinant in python, but it's not very easy to override backward function. 2. Providing low level and high level operators in c++ at the same time. This PR is for the 2nd option. If it's merged, the third part of linalg improvement is to add `svd` and `pinverse`.
---------------------------------------------------------------- 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
