The OpenD Programming Language

sgelsd_

Computes the least squares solution to an over-determined system of linear equations, A X=B or A**H X=B, or the minimum norm solution of an under-determined system, using a divide and conquer method, where A is a general rectangular matrix of full rank, using a QR or LQ factorization of A.

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

Meta