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

ToSym(A.vec)

Arguments

A.vec

Vector obtain with ToVec or the `upper.tri()` function.

Value

The symmetric matrix with A.vec as off-diagonal terms.