The OpenD Programming Language

sgerfs_

Improves the computed solution to a general system of linear equations AX=B, A**T X=B or A**H X=B, and provides forward and backward error bounds for the solution.

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

Meta