pbequ - multiple declarations
Function pbequ
void pbequ
(
char uplo,
int n,
int kd,
std .complex .Complex!(double)* ab,
int ldab,
double* s,
double* scond,
double* amax,
ref int info
);
Function pbequ
void pbequ
(
char uplo,
int n,
int kd,
std .complex .Complex!(float)* ab,
int ldab,
float* s,
float* scond,
float* amax,
ref int info
);
Function pbequ
void pbequ
(
char uplo,
int n,
int kd,
double* ab,
int ldab,
double* s,
double* scond,
double* amax,
ref int info
);
Function pbequ
Computes row and column scalings to equilibrate a symmetric positive definite band matrix and reduce its condition number.
void pbequ
(
char uplo,
int n,
int kd,
float* ab,
int ldab,
float* s,
float* scond,
float* amax,
ref int info
);