Function spoequ_

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

extern(C) void spoequ_ (
  int* n,
  float* a,
  int* lda,
  float* s,
  float* scond,
  float* amax,
  int* info
);