The OpenD Programming Language

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.

extern (C) pure nothrow @nogc
void
chesvx_
(
ref char fact
,
ref char uplo
,,,
_cfloat* a
,,
_cfloat* af
,,,
_cfloat* b
,,
_cfloat* x
,,
ref float rcond
,
float* ferr
,
float* berr
,
_cfloat* work
,,
float* rwork
,)

Meta