ungbr - multiple declarations

Function ungbr

void ungbr (
  char vect,
  int m,
  int n,
  int k,
  std.complex.Complex!(double)* a,
  int lda,
  std.complex.Complex!(double)* tau,
  std.complex.Complex!(double)* work,
  int lwork,
  ref int info
);

Function ungbr

Generates the unitary transformation matrices from a reduction to bidiagonal form determined by CGEBRD.

void ungbr (
  char vect,
  int m,
  int n,
  int k,
  std.complex.Complex!(float)* a,
  int lda,
  std.complex.Complex!(float)* tau,
  std.complex.Complex!(float)* work,
  int lwork,
  ref int info
);