View source: R/MxAlgebraFunctions.R
| cvectorize | R Documentation | 
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)
| x | an input matrix. | 
rvectorize, vech, vechs
cvectorize(matrix(1:9, 3, 3))
cvectorize(matrix(1:12, 3, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.