Function ssycon_

Estimates the reciprocal of the condition number of a real symmetric indefinite matrix, using the factorization computed by SSYTRF.

extern(C) void ssycon_ (
  char* uplo,
  int* n,
  float* a,
  int* lda,
  int* ipiv,
  float* anorm,
  float* rcond,
  float* work,
  int* iwork,
  int* info,
  int uplo_len
);