The OpenD Programming Language

sgelss_

Computes the minimum norm least squares solution to an over- or under-determined system of linear equations A X=B, using the singular value decomposition of A.

extern (C) pure nothrow @nogc
void
sgelss_
(,,,
float* a
,,
float* b
,,
float* s
,
ref float rcond
,,
float* work
,,)

Meta