pbcon - multiple declarations
Function pbcon
void pbcon
(
char uplo,
int n,
int kd,
std .complex .Complex!(double)* ab,
int ldab,
double* anorm,
double rcond,
std .complex .Complex!(double)* work,
double* rwork,
ref int info
);
Function pbcon
void pbcon
(
char uplo,
int n,
int kd,
std .complex .Complex!(float)* ab,
int ldab,
float* anorm,
float rcond,
std .complex .Complex!(float)* work,
float* rwork,
ref int info
);
Function pbcon
void pbcon
(
char uplo,
int n,
int kd,
double* ab,
int ldab,
double* anorm,
double rcond,
double* work,
int* iwork,
ref int info
);
Function pbcon
Estimates the reciprocal of the condition number of a symmetric positive definite band matrix, using the Cholesky factorization computed by SPBTRF.
void pbcon
(
char uplo,
int n,
int kd,
float* ab,
int ldab,
float* anorm,
float rcond,
float* work,
int* iwork,
ref int info
);