Function dgeqpf_

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