This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
supporting matrix inversion and determinant #14360
Open
Description
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, torch.det, torch.logdet) through MAGMA.
Thanks!