sppcon_

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

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

Meta