ormlq - multiple declarations
Function ormlq
Multiplies a general matrix by the orthogonal matrix from an LQ factorization determined by SGELQF.
void ormlq
(
char side,
char trans,
int m,
int n,
int k,
float* a,
int lda,
float* tau,
float* c,
int ldc,
float* work,
int lwork,
ref int info
);
Function ormlq
void ormlq
(
char side,
char trans,
int m,
int n,
int k,
double* a,
int lda,
double* tau,
double* c,
int ldc,
double* work,
int lwork,
ref int info
);