sgesdd_

Computes the singular value decomposition (SVD) of a general rectangular matrix using divide-and-conquer.

pure nothrow @nogc extern (C)
void
sgesdd_
(
ref char jobz
,,,
float* a
,,
float* s
,
float* u
,,
float* vt
,,
float* work
,,,)

Meta