The OpenD Programming Language

sgesvx_

Solves a general system of linear equations AX=B, A**T X=B or A**H X=B, and provides an estimate of the condition number and error bounds on the solution.

extern (C) pure nothrow @nogc
void
sgesvx_
(
ref char fact
,
ref char trans
,,,
float* a
,,
float* af
,,,
ref char equed
,
float* r
,
float* c
,
float* b
,,
float* x
,,
ref float rcond
,
float* ferr
,
float* berr
,
float* work
,,)

Meta