unghr - multiple declarations

Function unghr

void unghr (
  int n,
  int ilo,
  int ihi,
  std.complex.Complex!(double)* a,
  int lda,
  std.complex.Complex!(double)* tau,
  std.complex.Complex!(double)* work,
  int lwork,
  ref int info
);

Function unghr

Generates the unitary transformation matrix from a reduction to Hessenberg form determined by CGEHRD.

void unghr (
  int n,
  int ilo,
  int ihi,
  std.complex.Complex!(float)* a,
  int lda,
  std.complex.Complex!(float)* tau,
  std.complex.Complex!(float)* work,
  int lwork,
  ref int info
);