Function sgbequ_

Computes row and column scalings to equilibrate a general band matrix and reduce its condition number.

extern(C) void sgbequ_ (
  int* m,
  int* n,
  int* kl,
  int* ku,
  float* ab,
  int* ldab,
  float* r,
  float* c,
  float* rowcnd,
  float* colcnd,
  float* amax,
  int* info
);