hptrf - multiple declarations

Function hptrf

Computes the factorization of a complex Hermitian-indefinite matrix in packed storage, using the diagonal pivoting method.

void hptrf (
  char uplo,
  int n,
  std.complex.Complex!(float)* ap,
  int* ipiv,
  ref int info
);

Function hptrf

void hptrf (
  char uplo,
  int n,
  std.complex.Complex!(double)* ap,
  int* ipiv,
  ref int info
);