The OpenD Programming Language

sgelsx_

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) pure nothrow @nogc
void
sgelsx_
(,,,
float* a
,,
float* b
,,,
ref float rcond
,,
float* work
,)

Meta