The OpenD Programming Language

chprfs_

Improves the computed solution to a complex Hermitian indefinite system of linear equations AX=B, where A is held in packed storage, and provides forward and backward error bounds for the solution.

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

Meta