Module ZGETRI.C in CLAPACKComputes the inverse of a complex general matrix, using the LU factorization computed by ZGETRF. (Computational routine.). [C version of LAPACK routine, converted from Fortran by f2c.].
int zgetri_(integer *n, doublecomplex *a, integer *lda, integer *ipiv, doubleco mplex *work, integer *lwork, integer *info)| D2c1 | Solution of systems of linear equations, including matrix inverses, and LU and related factorizations (general complex non-Hermitian matrices) |