R/FunctionsMatVec.R
ToSym.Rd
Makes a symmetric matrix from the vector made of its upper triangular part
ToSym(A.vec)
Vector obtain with ToVec or the `upper.tri()` function.
The symmetric matrix with A.vec as off-diagonal terms.