sparse matrix type
C39522
concept
A sparse matrix type is a data structure that efficiently stores and manipulates matrices with predominantly zero elements by recording only the nonzero entries and their positions.
Observed surface forms (1)
- sparse matrix storage format ×2
Instances (3)
- SparseMatrixCSC
- CSR (Compressed Sparse Row) via concept surface "sparse matrix storage format"
- ELL (ELLPACK) via concept surface "sparse matrix storage format"