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.

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

Meta