Module ZGETRS.C in CLAPACKSolves a complex general system of linear equations AX=B, A**T X=B or A**H X=B, using the LU factorization computed by ZGETRF. (Computational routine.). [C version of LAPACK routine, converted from Fortran by f2c.].
int zgetrs_(char *trans, 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) |