Inverse of a complex matrix

Hi,
I need to create a complex dtype matrix and then take an inverse of it? Is there a possibility to do so?

Thanks
Kay

torch.inverse is currently not implemented for complex types as seen in this feature tracker.