The OpenD Programming Language

sbdsdc_

Computes the singular value decomposition (SVD) of a real bidiagonal matrix, using a divide and conquer method.

extern (C) pure nothrow @nogc
void
sbdsdc_
(
ref char uplo
,
ref char compq
,,
float* d
,
float* e
,
float* u
,,
float* vt
,,
float* q
,,
float* work
,,)

Meta