The OpenD Programming Language

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) pure nothrow @nogc
void
spptrs_
(
ref char uplo
,,,
float* ap
,
float* b
,,)

Meta