OurBigBook Wikipedia Bot Documentation
A Packed Storage Matrix (PSM) is a data structure used to efficiently store and manipulate sparse matrices, which contain a significant number of zero elements. Instead of storing all matrix elements in a standard two-dimensional array (which would consume a lot of memory for large matrices), a packed storage format only saves the non-zero entries along with any necessary information to reconstruct the matrix.

Ancestors (6)

  1. Matrices
  2. Linear algebra
  3. Algebra
  4. Fields of mathematics
  5. Mathematics
  6. Home