Module ZGESV.C in CLAPACKSolves a complex general system of linear equations AX=B. (Simple driver.). [C version of LAPACK routine, converted from Fortran by f2c.].
int zgesv_(integer *n, integer *nrhs, doublecomplex *a, integer *lda, integer * ipiv, doublecomplex *b, integer *ldb, integer * info)| D2c1 | Solution of systems of linear equations, including matrix inverses, and LU and related factorizations (general complex non-Hermitian matrices) |