orgql

Generates all or part of the orthogonal matrix Q from a QL factorization determined by SGEQLF.

  1. void orgql(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 orgql(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