Function sppcon_

Estimates the reciprocal of the condition number of a symmetric positive definite matrix in packed storage, using the Cholesky factorization computed by SPPTRF.

extern(C) void sppcon_ (
  char* uplo,
  int* n,
  float* ap,
  float* anorm,
  float* rcond,
  float* work,
  int* iwork,
  int* info,
  int uplo_len
);