Function sgelsy_
Computes the minimum norm least squares solution to an over- or under-determined system of linear equations A X=B, using a complete orthogonal factorization of A.
extern(C) void sgelsy_
(
int* m,
int* n,
int* nrhs,
float* a,
int* lda,
float* b,
int* ldb,
int* jpvt,
float* rcond,
int* rank,
float* work,
int* lwork,
int* info
);