Function sorglq_

Generates all or part of the orthogonal matrix Q from an LQ factorization determined by SGELQF.

extern(C) void sorglq_ (
  int* m,
  int* n,
  int* k,
  float* a,
  int* lda,
  float* tau,
  float* work,
  int* lwork,
  int* info
);