Rdocumentation
powered by
Learn R Programming
trustOptim (version 0.8.1)
vech: vech operator on a square matrix
Description
Returns elements of lower triangle of a square matrix in a vector, ordered column-wise.
Usage
vech(M)
Arguments
M
a matrix
Value
A vector containing the lower triangle of M, ordered column-wise.