spocon_

Estimates the reciprocal of the condition number of a symmetric positive definite matrix, using the Cholesky factorization computed by SPOTRF.

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

Meta