Function dgeqlf_

extern(C) void dgeqlf_ (
  int* m,
  int* n,
  double* a,
  int* lda,
  double* tau,
  double* work,
  int* lwork,
  int* info
);