powered by
Returns an upper-triangle matrix, without the diagonal, containing the elements of a given vector.
unvectorize(vect)
A vector containing the upper triangle of a matrix, without the diagonal
Returns an upper-triangle matrix where each entry is given by the vector containing the upper triangle of a matrix, without the diagonal.
vectorize
# NOT RUN { unvectorize(1:10) # }
Run the code above in your browser using DataLab