Singular value decomposition of real matrices.
This currently computes a thin SVD via symmetric eigendecomposition. It supports fullMatrices=false; fullMatrices=true is accepted only for square inputs where thin and full output shapes match.
fullMatrices=false
fullMatrices=true
Optional
Singular value decomposition of real matrices.
This currently computes a thin SVD via symmetric eigendecomposition. It supports
fullMatrices=false;fullMatrices=trueis accepted only for square inputs where thin and full output shapes match.