orglq - multiple declarations

Function orglq

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

void orglq (
  int m,
  int n,
  int k,
  float* a,
  int lda,
  float* tau,
  float* work,
  int lwork,
  ref int info
);

Function orglq

void orglq (
  int m,
  int n,
  int k,
  double* a,
  int lda,
  double* tau,
  double* work,
  int lwork,
  ref int info
);