The OpenD Programming Language

sspcon_

Estimates the reciprocal of the condition number of a real symmetric indefinite matrix in packed storage, using the factorization computed by SSPTRF.

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

Meta