opgtr

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

  1. void opgtr(char uplo, f_int n, f_float* ap, f_float* tau, f_float* q, f_int ldq, f_float* work, f_int info)
  2. void opgtr(char uplo, f_int n, f_double* ap, f_double* tau, f_double* q, f_int ldq, f_double* work, f_int info)

Meta