Tagged Questions
2
votes
2answers
2k views
Lapack calls to invert a matrix
From my understanding, a decomposition/factorization (LU, QR, Cholesky, etc.) is required, followed by matrix inverse calculation based on the factorization. Are there any other ways of getting around ...