Makes a vector from the upper triangular part of a symmetric matrix

ToVec(A.mat)

Arguments

A.mat

A symmetric matrix.

Value

The vector from the upper triangular part of A.mat.