tblite
Light-weight tight-binding framework
|
Computes the inverse of a matrix using the LU factorization computed by ?GETRF. More...
Public Member Functions | |
subroutine | wrap_sgetri (amat, ipiv, info) |
subroutine | wrap_dgetri (amat, ipiv, info) |
Computes the inverse of a matrix using the LU factorization computed by ?GETRF.
This method inverts U and then computes inv(A) by solving the system inv(A)*L = inv(U) for inv(A).