ssycon_

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

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

Meta