Definition Singular Value Decomposition (SVD) is a factorization of a real or complex matrix. It extends the eigendecomposition of a square matrix to any m×n matrix. For example: LET A BE A MATRIX, THEN, SVD WILL BE A=UΣV∗., WHERE U AND V ARE UNITARY MATRICES AND Σ IS DIAGONAL MATRIX OF SINGULAR VALUES.