gecon - multiple declarations
Function gecon
void gecon
(
char norm,
int n,
std .complex .Complex!(double)* a,
int lda,
double* anorm,
double rcond,
std .complex .Complex!(double)* work,
double* rwork,
ref int info
);
Function gecon
void gecon
(
char norm,
int n,
std .complex .Complex!(float)* a,
int lda,
float* anorm,
float rcond,
std .complex .Complex!(float)* work,
float* rwork,
ref int info
);
Function gecon
void gecon
(
char norm,
int n,
double* a,
int lda,
double* anorm,
double rcond,
double* work,
int* iwork,
ref int info
);
Function gecon
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.
void gecon
(
char norm,
int n,
float* a,
int lda,
float* anorm,
float rcond,
float* work,
int* iwork,
ref int info
);