The OpenD Programming Language

chpsvx_

Solves a complex Hermitian indefinite system of linear equations AX=B, where A is held in packed storage, and provides an estimate of the condition number and error bounds on the solution.

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

Meta