table of contents

vectorization

2023-08-01

vectorizing a matrix or a tensor is turning it from a multidimensional array into a single vector.

denoted by is the vectorization of a matrix in column-major order, and would be in the row-major order.