hecon - multiple declarations

Function hecon

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

Function hecon

Estimates the reciprocal of the condition number of a complex Hermitian indefinite matrix, using the factorization computed by CHETRF.

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