D-Roberts opened a new pull request #17851: [WIP] [Numpy] np.linalg.qr forward implementation URL: https://github.com/apache/incubator-mxnet/pull/17851 Implement Numpy's qr decomposition. Only forward method for now. For all input shapes (M, N). Implements the default mode of original Numpy's qr, where Q(M,K) and R(K,N) are returned, with K=min(M,N). TODO: - pass CI - ffi ## Checklist ## - [ ] Changes are complete (i.e. I finished coding on this PR) - [ ] All changes have test coverage - [ ] Code is well-documented - [ ] To the best of my knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change ### Changes ### - Add QR forward implementation - Add test
---------------------------------------------------------------- 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
