Function 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) void sgecon_
(
char* norm,
int* n,
float* a,
int* lda,
float* anorm,
float* rcond,
float* work,
int* iwork,
int* info,
int norm_len
);