Packed storage matrix
A packed storage matrix, also known as packed matrix, is a term used in programming for representing an m × n {\displaystyle m\times n} matrix. It is a more compact way than an m-by-n rectangular array by exploiting a special structure of the matrix.