geequ
- void geequ(f_int m, f_int n, f_float* a, f_int lda, f_float* r, f_float* c, f_float* rowcnd, f_float* colcnd, f_float* amax, f_int info)
- void geequ(f_int m, f_int n, f_double* a, f_int lda, f_double* r, f_double* c, f_double* rowcnd, f_double* colcnd, f_double* amax, f_int info)
- void geequ(f_int m, f_int n, f_cfloat* a, f_int lda, f_float* r, f_float* c, f_float* rowcnd, f_float* colcnd, f_float* amax, f_int info)
- void geequ(f_int m, f_int n, f_cdouble* a, f_int lda, f_double* r, f_double* c, f_double* rowcnd, f_double* colcnd, f_double* amax, f_int info)
Computes row and column scalings to equilibrate a general rectangular matrix and reduce its condition number.