The OpenD Programming Language

sppsvx_

Solves a symmetric positive definite system of linear equations AX=B, where A is held in packed storage, and provides an estimate of the condition number and error bounds on the solution.

extern (C) pure nothrow @nogc
void
sppsvx_
(
ref char fact
,
ref char uplo
,,,
float* ap
,
float* afp
,
ref char equed
,
float* s
,
float* b
,,
float* x
,,
ref float rcond
,
float* ferr
,
float* berr
,
float* work
,,)

Meta