Function spptrs_
Solves a symmetric positive definite system of linear equations AX=B, where A is held in packed storage, using the Cholesky factorization computed by SPPTRF.
extern(C) void spptrs_
(
char* uplo,
int* n,
int* nrhs,
float* ap,
float* b,
int* ldb,
int* info,
int uplo_len
);