orgtr - multiple declarations

Function orgtr

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

void orgtr (
  char uplo,
  int n,
  float* a,
  int lda,
  float* tau,
  float* work,
  int lwork,
  ref int info
);

Function orgtr

void orgtr (
  char uplo,
  int n,
  double* a,
  int lda,
  double* tau,
  double* work,
  int lwork,
  ref int info
);