upgtr - multiple declarations

Function upgtr

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

void upgtr (
  char uplo,
  int n,
  std.complex.Complex!(float)* ap,
  std.complex.Complex!(float)* tau,
  std.complex.Complex!(float)* q,
  int ldq,
  std.complex.Complex!(float)* work,
  ref int info
);

Function upgtr

void upgtr (
  char uplo,
  int n,
  std.complex.Complex!(double)* ap,
  std.complex.Complex!(double)* tau,
  std.complex.Complex!(double)* q,
  int ldq,
  std.complex.Complex!(double)* work,
  ref int info
);