Function sggglm_
Solves the GLM (Generalized Linear Regression Model) using the GQR (Generalized QR) factorization
extern(C) void sggglm_
(
int* n,
int* m,
int* p,
float* a,
int* lda,
float* b,
int* ldb,
float* d,
float* x,
float* y,
float* work,
int* lwork,
int* info
);