Function sspsv_
Solves a real symmetric indefinite system of linear equations AX=B, where A is held in packed storage.
extern(C) void sspsv_
(
char* uplo,
int* n,
int* nrhs,
float* ap,
int* ipiv,
float* b,
int* ldb,
int* info,
int uplo_len
);