The OpenD Programming Language

chpcon_

Estimates the reciprocal of the condition number of a complex Hermitian indefinite matrix in packed storage, using the factorization computed by CHPTRF.

extern (C) pure nothrow @nogc
void
chpcon_
(
ref char uplo
,,
_cfloat* ap
,,
float* anorm
,
ref float rcond
,
_cfloat* work
,)

Meta