Function spotrs_
Solves a symmetric positive definite system of linear equations AX=B, using the Cholesky factorization computed by SPOTRF.
extern(C) void spotrs_
(
char* uplo,
int* n,
int* nrhs,
float* a,
int* lda,
float* b,
int* ldb,
int* info,
int uplo_len
);