Function sgeqpf_

Computes a QR factorization with column pivoting of a general rectangular matrix.

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