The OpenD Programming Language

sgecon_

Estimates the reciprocal of the condition number of a general matrix, in either the 1-norm or the infinity-norm, using the LU factorization computed by SGETRF.

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

Meta