The OpenD Programming Language

sbdsqr_

Computes the singular value decomposition (SVD) of a real bidiagonal matrix, using the bidiagonal QR algorithm.

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

Meta