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