Function spocon_

Estimates the reciprocal of the condition number of a symmetric positive definite matrix, using the Cholesky factorization computed by SPOTRF.

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