opgtr - multiple declarations

Function opgtr

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

void opgtr (
  char uplo,
  int n,
  float* ap,
  float* tau,
  float* q,
  int ldq,
  float* work,
  ref int info
);

Function opgtr

void opgtr (
  char uplo,
  int n,
  double* ap,
  double* tau,
  double* q,
  int ldq,
  double* work,
  ref int info
);