About the matrix inverse operator in DGL

Hi all,
Matrix inverse is a very common operator in graph-based ML.
I am here to ask if there is any support for matrix inverse op in DGL?

I need to compute the inverse of the adjacency matrix. Thanks!

We do not have native support of matrix inverse at this moment. You can leverage other libraries like Scipy, e.g., scipy.sparse.linalg.inv — SciPy v1.9.0 Manual

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.