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.

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

Meta