Function sspcon_
Estimates the reciprocal of the condition number of a real symmetric indefinite matrix in packed storage, using the factorization computed by SSPTRF.
extern(C) void sspcon_
(
char* uplo,
int* n,
float* ap,
int* ipiv,
float* anorm,
float* rcond,
float* work,
int* iwork,
int* info,
int uplo_len
);