ppequ
- void ppequ(char uplo, f_int n, f_float* ap, f_float* s, f_float* scond, f_float* amax, f_int info)
- void ppequ(char uplo, f_int n, f_double* ap, f_double* s, f_double* scond, f_double* amax, f_int info)
- void ppequ(char uplo, f_int n, f_cfloat* ap, f_float* s, f_float* scond, f_float* amax, f_int info)
- void ppequ(char uplo, f_int n, f_cdouble* ap, f_double* s, f_double* scond, f_double* amax, f_int info)
Computes row and column scalings to equilibrate a symmetric positive definite matrix in packed storage and reduce its condition number.