tzrqf - multiple declarations
Function tzrqf
void tzrqf
(
int m,
int n,
std .complex .Complex!(double)* a,
int lda,
std .complex .Complex!(double)* tau,
ref int info
);
Function tzrqf
void tzrqf
(
int m,
int n,
std .complex .Complex!(float)* a,
int lda,
std .complex .Complex!(float)* tau,
ref int info
);
Function tzrqf
void tzrqf
(
int m,
int n,
double* a,
int lda,
double* tau,
ref int info
);
Function tzrqf
Computes an RQ factorization of an upper trapezoidal matrix.
void tzrqf
(
int m,
int n,
float* a,
int lda,
float* tau,
ref int info
);