The OpenD Programming Language

sgesdd_

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

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

Meta