Module ZGEEQU.C in CLAPACKComputes row and column scalings to equilibrate a general rectangular matrix and reduce its condition number. (Computational routine.). [C version of LAPACK routine, converted from Fortran by f2c.].
int zgeequ_(integer *m, integer *n, doublecomplex *a, integer *lda, doublereal *r, doublereal *c, doublereal *rowcnd, doublereal *colcnd, doublereal *amax, i nteger *info)| D2c1 | Solution of systems of linear equations, including matrix inverses, and LU and related factorizations (general complex non-Hermitian matrices) |