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

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)
 

Detailed Description

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.


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