Asymptotically fast matrix inversion

Issue #34 open
Martin Albrecht repo owner created an issue

Ironically, M4RI does not have an implementation of asymptotically fast and in-place matrix inversion. However, once TRTRI is implemented, we can implement this easily by computing PLE + 2x TRTRI.

Comments (3)

  1. Log in to comment