hptrd - multiple declarations

Function hptrd

Reduces a Hermitian matrix in packed storage to real symmetric tridiagonal form by a unitary similarity transformation.

void hptrd (
  char uplo,
  int n,
  std.complex.Complex!(float)* ap,
  float* d,
  float* e,
  std.complex.Complex!(float)* tau,
  ref int info
);

Function hptrd

void hptrd (
  char uplo,
  int n,
  std.complex.Complex!(double)* ap,
  double* d,
  double* e,
  std.complex.Complex!(double)* tau,
  ref int info
);