ormlq
- void ormlq(char side, char trans, f_int m, f_int n, f_int k, f_float* a, f_int lda, f_float* tau, f_float* c, f_int ldc, f_float* work, f_int lwork, f_int info)
void
ormlq
(,,,,,,,,,,,,) - void ormlq(char side, char trans, f_int m, f_int n, f_int k, f_double* a, f_int lda, f_double* tau, f_double* c, f_int ldc, f_double* work, f_int lwork, f_int info)
Multiplies a general matrix by the orthogonal matrix from an LQ factorization determined by SGELQF.