tblite
Light-weight tight-binding framework
|
Solves a system of linear equations A * X = B or A**T * X = B with a general N-by-N matrix A using the LU factorization computed by ?GETRF. More...
Public Member Functions | |
subroutine | wrap_sgetrs (amat, bmat, ipiv, info, trans) |
subroutine | wrap_dgetrs (amat, bmat, ipiv, info, trans) |
Solves a system of linear equations A * X = B or A**T * X = B with a general N-by-N matrix A using the LU factorization computed by ?GETRF.