Function sgebal_
Balances a general matrix in order to improve the accuracy of computed eigenvalues.
extern(C) void sgebal_
(
char* job,
int* n,
float* a,
int* lda,
int* ilo,
int* ihi,
float* scale,
int* info,
int job_len
);