**svd**<br/> singular value decomposition of a matrix $M \in K^{m\times n}$ is the decomposition
$$M = U \Sigma V $$
where $U^{m \times m}$, $V^{n \times n}$ are unitary matrix over $K$ , $\Sigma^{m \times n}$ diagonal matrix with non-negative real numbers on the diagonal.