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

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)
 

Detailed Description

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


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