The OpenD Programming Language

ssyrfs_

Improves the computed solution to a real symmetric indefinite system of linear equations AX=B, and provides forward and backward error bounds for the solution.

extern (C) pure nothrow @nogc
void
ssyrfs_
(
ref char uplo
,,,
float* a
,,
float* af
,,,
float* b
,,
float* x
,,
float* ferr
,
float* berr
,
float* work
,,)

Meta