unglq - multiple declarations

Function unglq

void unglq (
  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 unglq

Generates all or part of the unitary matrix Q from an LQ factorization determined by CGELQF.

void unglq (
  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
);