Singular Value Decomposition (the SVD)
Update: 2016-04-12
Description
The SVD factors each matrix into an orthogonal matrix times a diagonal matrix (the singular value) times another orthogonal matrix: rotation times stretch times rotation.
Comments
In Channel