01 January 2014 7 1K Report

Vectorization is a transformation of a matrix into a vector, usually by stacking its columns into a column vector. For example, in Matlab, matrix A can be converted to a column vector by A(:). This is a linear transformation. I guess this means that it can be written as a multiplication of matrix A by one or more matrices, but how?

Similar questions and discussions