The OpenD Programming Language

spprfs_

Improves the computed solution to a symmetric positive definite system of linear equations AX=B, where A is held in packed storage, and provides forward and backward error bounds for the solution.

extern (C) pure nothrow @nogc
void
spprfs_
(
ref char uplo
,,,
float* ap
,
float* afp
,
float* b
,,
float* x
,,
float* ferr
,
float* berr
,
float* work
,,)

Meta