Function sgeequ_

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

extern(C) void sgeequ_ (
  int* m,
  int* n,
  float* a,
  int* lda,
  float* r,
  float* c,
  float* rowcnd,
  float* colcnd,
  float* amax,
  int* info
);