ungrq

Generates all or part of the unitary matrix Q from an RQ factorization determined by CGERQF.

  1. void ungrq(f_int m, f_int n, f_int k, f_cfloat* a, f_int lda, f_cfloat* tau, f_cfloat* work, f_int lwork, f_int info)
  2. void ungrq(f_int m, f_int n, f_int k, f_cdouble* a, f_int lda, f_cdouble* tau, f_cdouble* work, f_int lwork, f_int info)

Meta