Function sggbal_
Balances a pair of general real matrices for the generalized eigenvalue problem A x = lambda B x.
extern(C) void sggbal_
(
char* job,
int* n,
float* a,
int* lda,
float* b,
int* ldb,
int* ilo,
int* ihi,
float* lscale,
float* rscale,
float* work,
int* info,
int job_len
);