Module ndarray_linalg::svddc[][src]

Expand description

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

Enums

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

Traits

Singular-value decomposition of matrix (copying) by divide-and-conquer

Singular-value decomposition of matrix reference by divide-and-conquer

Singular-value decomposition of matrix by divide-and-conquer