The OpenD Programming Language

ssprfs_

Improves the computed solution to a real symmetric indefinite 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
ssprfs_
(
ref char uplo
,,,
float* ap
,
float* afp
,,
float* b
,,
float* x
,,
float* ferr
,
float* berr
,
float* work
,,)

Meta