Function sorgtr_
Generates the orthogonal transformation matrix from a reduction to tridiagonal form determined by SSYTRD.
extern(C) void sorgtr_
(
char* uplo,
int* n,
float* a,
int* lda,
float* tau,
float* work,
int* lwork,
int* info,
int uplo_len
);