
Reshape a vector into an upper triangular matrix
Source:R/051_atoms_affine_upper_tri.R
vec_to_upper_tri.RdInverts upper_tri. Takes a flat vector and returns an
upper triangular matrix (row-major order, matching CVXPY convention).

R/051_atoms_affine_upper_tri.R
vec_to_upper_tri.RdInverts upper_tri. Takes a flat vector and returns an
upper triangular matrix (row-major order, matching CVXPY convention).