Function ssptri_
Computes the inverse of a real symmetric indefinite matrix in packed storage, using the factorization computed by SSPTRF.
extern(C) void ssptri_
(
char* uplo,
int* n,
float* ap,
int* ipiv,
float* work,
int* info,
int uplo_len
);