The OpenD Programming Language

chptrf_

Computes the factorization of a complex Hermitian-indefinite matrix in packed storage, using the diagonal pivoting method.

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

Meta