Function checon_

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

extern(C) void checon_ (
  char* uplo,
  int* n,
  std.complex.Complex!(float)* a,
  int* lda,
  int* ipiv,
  float* anorm,
  float* rcond,
  std.complex.Complex!(float)* work,
  int* info,
  int uplo_len
);