gelqf - multiple declarations
Function gelqf
Computes an LQ factorization of a general rectangular matrix.
void gelqf
(
int m,
int n,
float* a,
int lda,
float* tau,
float* work,
int lwork,
ref int info
);
Function gelqf
void gelqf
(
int m,
int n,
double* a,
int lda,
double* tau,
double* work,
int lwork,
ref int info
);
Function gelqf
void gelqf
(
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 gelqf
void gelqf
(
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
);