vech stacks columns of the given matrix from the principal diagonal downwards (including elements on the diagonal) to form a vector.
vech
vech(A)
A
a size (dxd) symmetric matrix to be vectorized parsimoniously.
(dxd)
a vector of size (d(d+1)/2x1).
(d(d+1)/2x1)
No argument checks!