chesvx_

Solves a complex Hermitian indefinite system of linear equations AX=B, and provides an estimate of the condition number and error bounds on the solution.

pure nothrow @nogc extern (C)
void
chesvx_
(
ref char fact
,
ref char uplo
,,,,,,,,,,,,
ref float rcond
,
float* ferr
,
float* berr
,,,
float* rwork
,)

Meta