Module ZGETRF in LAPACKComputes an LU factorization of a complex general matrix, using partial pivoting with row interchanges. (Computational routine.).
CALL ZGETRF( M, N, A, LDA, IPIV, INFO )| D2c1 | Solution of systems of linear equations, including matrix inverses, and LU and related factorizations (general complex non-Hermitian matrices) |