orghr

Generates the orthogonal transformation matrix from a reduction to Hessenberg form determined by SGEHRD.

  1. void orghr(f_int n, f_int ilo, f_int ihi, f_float* a, f_int lda, f_float* tau, f_float* work, f_int lwork, f_int info)
  2. void orghr(f_int n, f_int ilo, f_int ihi, f_double* a, f_int lda, f_double* tau, f_double* work, f_int lwork, f_int info)

Meta