In showing that a particular Hessian is positive semidefinite the author writes:
$ \frac{2}{y^3} \left[ \begin{array}{cc} y^2 & -xy \\ -xy & x^2 \end{array} \right] = \frac{2}{y^3} \left[ \begin{array}{c} y & -x \\ \end{array} \right]^T \left[ \begin{array}{c} y & -x \\ \end{array} \right]$
I can see from the left hand side that the matrix is positive semidefinite but I'm not sure what the factorization on the right is getting at or making reference too in terms of positive semidefiniteness of a matrix..