Function sppequ_

Computes row and column scalings to equilibrate a symmetric positive definite matrix in packed storage and reduce its condition number.

extern(C) void sppequ_ (
  char* uplo,
  int* n,
  float* ap,
  float* s,
  float* scond,
  float* amax,
  int* info,
  int uplo_len
);