orgtr

Generates the orthogonal transformation matrix from a reduction to tridiagonal form determined by SSYTRD.

  1. void orgtr(char uplo, f_int n, f_float* a, f_int lda, f_float* tau, f_float* work, f_int lwork, f_int info)
  2. void orgtr(char uplo, f_int n, f_double* a, f_int lda, f_double* tau, f_double* work, f_int lwork, f_int info)

Meta