Function stgsyl_

Solves the generalized Sylvester equation.

extern(C) void stgsyl_ (
  char* trans,
  int* ijob,
  int* m,
  int* n,
  float* a,
  int* lda,
  float* b,
  int* ldb,
  float* c,
  int* ldc,
  float* d,
  int* ldd,
  float* e,
  int* lde,
  float* f,
  int* ldf,
  float* scale,
  float* dif,
  float* work,
  int* lwork,
  int* iwork,
  int* info,
  int trans_len
);