pptrs
- void pptrs(char uplo, f_int n, f_int nrhs, f_float* ap, f_float* b, f_int ldb, f_int info)
- void pptrs(char uplo, f_int n, f_int nrhs, f_double* ap, f_double* b, f_int ldb, f_int info)
- void pptrs(char uplo, f_int n, f_int nrhs, f_cfloat* ap, f_cfloat* b, f_int ldb, f_int info)
- void pptrs(char uplo, f_int n, f_int nrhs, f_cdouble* ap, f_cdouble* b, f_int ldb, f_int info)
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.