The OpenD Programming Language

cherfs_

Improves the computed solution to a complex Hermitian indefinite system of linear equations AX=B, and provides forward and backward error bounds for the solution.

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

Meta