hpcon - multiple declarations

Function hpcon

Estimates the reciprocal of the condition number of a complex Hermitian indefinite matrix in packed storage, using the factorization computed by CHPTRF.

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

Function hpcon

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