gges - multiple declarations

Function gges

void gges (
  char jobvsl,
  char jobvsr,
  char sort,
  extern(C) int function(std.complex.Complex!(double)*, std.complex.Complex!(double)*) delctg,
  int n,
  std.complex.Complex!(double)* a,
  int lda,
  std.complex.Complex!(double)* b,
  int ldb,
  int sdim,
  std.complex.Complex!(double)* alphav,
  std.complex.Complex!(double)* betav,
  std.complex.Complex!(double)* vsl,
  int ldvsl,
  std.complex.Complex!(double)* vsr,
  int ldvsr,
  std.complex.Complex!(double)* work,
  int lwork,
  double* rwork,
  int bwork,
  ref int info
);

Function gges

void gges (
  char jobvsl,
  char jobvsr,
  char sort,
  extern(C) int function(std.complex.Complex!(float)*, std.complex.Complex!(float)*) selctg,
  int n,
  std.complex.Complex!(float)* a,
  int lda,
  std.complex.Complex!(float)* b,
  int ldb,
  int sdim,
  std.complex.Complex!(float)* alphav,
  std.complex.Complex!(float)* betav,
  std.complex.Complex!(float)* vsl,
  int ldvsl,
  std.complex.Complex!(float)* vsr,
  int ldvsr,
  std.complex.Complex!(float)* work,
  int lwork,
  float* rwork,
  int bwork,
  ref int info
);

Function gges

void gges (
  char jobvsl,
  char jobvsr,
  char sort,
  extern(C) int function(double*, double*, double*) delctg,
  int n,
  double* a,
  int lda,
  double* b,
  int ldb,
  int sdim,
  double* alphar,
  double* alphai,
  double* betav,
  double* vsl,
  int ldvsl,
  double* vsr,
  int ldvsr,
  double* work,
  int lwork,
  int bwork,
  ref int info
);

Function gges

Computes the generalized eigenvalues, Schur form, and left and/or right Schur vectors for a pair of nonsymmetric matrices

void gges (
  char jobvsl,
  char jobvsr,
  char sort,
  extern(C) int function(float*, float*, float*) selctg,
  int n,
  float* a,
  int lda,
  float* b,
  int ldb,
  int sdim,
  float* alphar,
  float* alphai,
  float* betav,
  float* vsl,
  int ldvsl,
  float* vsr,
  int ldvsr,
  float* work,
  int lwork,
  int bwork,
  ref int info
);