sbdsdc_

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

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

Meta