The OpenD Programming Language

checon_

Estimates the reciprocal of the condition number of a complex Hermitian indefinite matrix, using the factorization computed by CHETRF.

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

Meta