ungtr - multiple declarations

Function ungtr

Generates the unitary transformation matrix from a reduction to tridiagonal form determined by CHETRD.

void ungtr (
  char uplo,
  int n,
  std.complex.Complex!(float)* a,
  int lda,
  std.complex.Complex!(float)* tau,
  std.complex.Complex!(float)* work,
  int lwork,
  ref int info
);

Function ungtr

void ungtr (
  char uplo,
  int n,
  std.complex.Complex!(double)* a,
  int lda,
  std.complex.Complex!(double)* tau,
  std.complex.Complex!(double)* work,
  int lwork,
  ref int info
);