Function strcon_
Estimates the reciprocal of the condition number of a triangular matrix, in either the 1-norm or the infinity-norm.
extern(C) void strcon_
(
char* norm,
char* uplo,
char* diag,
int* n,
float* a,
int* lda,
float* rcond,
float* work,
int* iwork,
int* info,
int norm_len,
int uplo_len,
int diag_len
);