Function sgebak_

Transforms eigenvectors of a balanced matrix to those of the original matrix supplied to SGEBAL.

extern(C) void sgebak_ (
  char* job,
  char* side,
  int* n,
  int* ilo,
  int* ihi,
  float* scale,
  int* m,
  float* v,
  int* ldv,
  int* info,
  int job_len,
  int side_len
);