Singular value decomposition.
Computes the singular value decomposition of an input matrix.
x – A batch of matrices with shape [..., m, n]
.
full_matrices – Determines if full or reduced matrices are returned.
compute_uv – If True
, returns the left singular vectors, the singular values and the adjoint of the right singular vectors. Otherwise, only the singular values are returned.
subset_by_index – If None
, the entire matrix is returned. Otherwise, returns the singular values and vectors for the given range of indices.
algorithm – The SVD algorithm to use. Must be None
or a value from SvdAlgorithm
.
The singular values if compute_uv
is False
, otherwise returns a triple containing the left singular vectors, the singular values, and the adjoint of the right singular vectors.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4