ungtr

Generates the unitary transformation matrix from a reduction to tridiagonal form determined by CHETRD.

  1. void ungtr(char uplo, f_int n, f_cfloat* a, f_int lda, f_cfloat* tau, f_cfloat* work, f_int lwork, f_int info)
  2. void ungtr(char uplo, f_int n, f_cdouble* a, f_int lda, f_cdouble* tau, f_cdouble* work, f_int lwork, f_int info)

Meta