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.

pure nothrow @nogc extern (C)
void
spptrs_
(
ref char uplo
,,,
float* ap
,
float* b
,,)

Meta