geequ - multiple declarations
Function geequ
void geequ
(
int m,
int n,
std .complex .Complex!(double)* a,
int lda,
double* r,
double* c,
double* rowcnd,
double* colcnd,
double* amax,
ref int info
);
Function geequ
void geequ
(
int m,
int n,
std .complex .Complex!(float)* a,
int lda,
float* r,
float* c,
float* rowcnd,
float* colcnd,
float* amax,
ref int info
);
Function geequ
void geequ
(
int m,
int n,
double* a,
int lda,
double* r,
double* c,
double* rowcnd,
double* colcnd,
double* amax,
ref int info
);
Function geequ
Computes row and column scalings to equilibrate a general rectangular matrix and reduce its condition number.
void geequ
(
int m,
int n,
float* a,
int lda,
float* r,
float* c,
float* rowcnd,
float* colcnd,
float* amax,
ref int info
);