Function sggqrf_

Computes a generalized QR factorization of a pair of matrices.

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