Click or drag to resize

SingularValueDecompositionComputeSVD Method

Overload List
 NameDescription
Public methodComputeSVD(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)
Public methodComputeSVD(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)
Public methodComputeSVD(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)
Top
See Also