The OpenD Programming Language

ssycon_

Estimates the reciprocal of the condition number of a real symmetric indefinite matrix, using the factorization computed by SSYTRF.

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

Meta