Singular |
Name | Description | |
---|---|---|
ComputeSVD(Matrix, Matrix) | Computes the singular value decomposition (SVD) of a real M-by-N matrix A. The SVD is written A = U * S * transpose(V) | |
ComputeSVD(Matrix, Vector) | Computes the singular value decomposition (SVD) of a real M-by-N matrix A. The SVD is written A = U * S * transpose(V) | |
ComputeSVD(Matrix, Matrix, Matrix, Matrix) | Computes the singular value decomposition (SVD) of a real M-by-N matrix A. The SVD is written A = U * S * transpose(V) |