Function sposv_
Solves a symmetric positive definite system of linear equations AX=B.
extern(C) void sposv_
(
char* uplo,
int* n,
int* nrhs,
float* a,
int* lda,
float* b,
int* ldb,
int* info,
int uplo_len
);