The OpenD Programming Language

sgesvd_

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

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

Meta