Function dggqrf_

extern(C) void dggqrf_ (
  int* n,
  int* m,
  int* p,
  double* a,
  int* lda,
  double* taua,
  double* b,
  int* ldb,
  double* taub,
  double* work,
  int* lwork,
  int* info
);