Module ZGETRF.C in CLAPACKComputes an LU factorization of a complex general matrix, using partial pivoting with row interchanges. (Computational routine.). [C version of LAPACK routine, converted from Fortran by f2c.].
int zgetrf_(integer *m, integer *n, doublecomplex *a, integer *lda, integer *ip iv, integer *info)| D2c1 | Solution of systems of linear equations, including matrix inverses, and LU and related factorizations (general complex non-Hermitian matrices) |