powered by
This function returns the vectorization of an input matrix in a column by column traversal of the matrix. The output is returned as a column vector.
cvectorize(x)
an input matrix.
rvectorize, vech, vechs
rvectorize
vech
vechs
cvectorize(matrix(1:9, 3, 3)) cvectorize(matrix(1:12, 3, 4))
Run the code above in your browser using DataLab