Function dgeequ_
extern(C) void dgeequ_
(
int* m,
int* n,
double* a,
int* lda,
double* r,
double* c,
double* rowcnd,
double* colcnd,
double* amax,
int* info
);