tblite
Light-weight tight-binding framework
|
Computes an LU factorization of a general M-by-N matrix A using partial pivoting with row interchanges. More...
Public Member Functions | |
subroutine | wrap_sgetrf (amat, ipiv, info) |
subroutine | wrap_dgetrf (amat, ipiv, info) |
Computes an LU factorization of a general M-by-N matrix A using partial pivoting with row interchanges.
The factorization has the form A = P * L * U where P is a permutation matrix, L is lower triangular with unit diagonal elements (lower trapezoidal if m > n), and U is upper triangular (upper trapezoidal if m < n).