geqlf - multiple declarations
Function geqlf
Computes a QL factorization of a general rectangular matrix.
void geqlf
(
int m,
int n,
float* a,
int lda,
float* tau,
float* work,
int lwork,
ref int info
);
Function geqlf
void geqlf
(
int m,
int n,
double* a,
int lda,
double* tau,
double* work,
int lwork,
ref int info
);
Function geqlf
void geqlf
(
int m,
int n,
std .complex .Complex!(float)* a,
int lda,
std .complex .Complex!(float)* tau,
std .complex .Complex!(float)* work,
int lwork,
ref int info
);
Function geqlf
void geqlf
(
int m,
int n,
std .complex .Complex!(double)* a,
int lda,
std .complex .Complex!(double)* tau,
std .complex .Complex!(double)* work,
int lwork,
ref int info
);