hptri - multiple declarations

Function hptri

Computes the inverse of a complex Hermitian indefinite matrix in packed storage, using the factorization computed by CHPTRF.

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

Function hptri

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