The OpenD Programming Language

chptrs_

Solves a complex Hermitian indefinite system of linear equations AX=B, where A is held in packed storage, using the factorization computed by CHPTRF.

extern (C) pure nothrow @nogc
void
chptrs_
(
ref char uplo
,,,
_cfloat* ap
,,
_cfloat* b
,,)

Meta