tblite
Light-weight tight-binding framework
Loading...
Searching...
No Matches
Public Member Functions
tblite_lapack_getri::wrap_getri Interface Reference

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)
 

Detailed Description

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).


The documentation for this interface was generated from the following file: