Function spptri_
Computes the inverse of a symmetric positive definite matrix in packed storage, using the Cholesky factorization computed by SPPTRF.
extern(C) void spptri_
(
char* uplo,
int* n,
float* ap,
int* info,
int uplo_len
);