orglq

Generates all or part of the orthogonal matrix Q from an LQ factorization determined by SGELQF.

  1. void orglq(f_int m, f_int n, f_int k, f_float* a, f_int lda, f_float* tau, f_float* work, f_int lwork, f_int info)
  2. void orglq(f_int m, f_int n, f_int k, f_double* a, f_int lda, f_double* tau, f_double* work, f_int lwork, f_int info)

Meta