The OpenD Programming Language

sppcon_

Estimates the reciprocal of the condition number of a symmetric positive definite matrix in packed storage, using the Cholesky factorization computed by SPPTRF.

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

Meta