sgesvd_

Computes the singular value decomposition (SVD) of a general rectangular matrix.

pure nothrow @nogc extern (C)
void
sgesvd_
(
ref char jobu
,
ref char jobvt
,,,
float* a
,,
float* s
,
float* u
,,
float* vt
,,
float* work
,,)

Meta