Module svddc

Source
Expand description

Singular-value decomposition (SVD) by divide-and-conquer (?gesdd)

Enums§

UVTFlag
Specifies how many of the columns of U and rows of Vᵀ are computed and returned.

Traits§

SVDDC
Singular-value decomposition of matrix (copying) by divide-and-conquer
SVDDCInplace
Singular-value decomposition of matrix reference by divide-and-conquer
SVDDCInto
Singular-value decomposition of matrix by divide-and-conquer