orgqr

Generates all or part of the orthogonal matrix Q from a QR factorization determined by SGEQRF.

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