Packed storage matrix
From Wikipedia, the free encyclopedia
A packed storage matrix is a special type of matrix representation from the LAPACK Fortran package.
It is also known as packed matrix. There are various implementations for packing a matrix in Fortran.
There are some examples of matrices that are packed in LAPACK:
The Cholesky factorization routine produces such packed matrices.