The OpenD Programming Language

spocon_

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

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

Meta