matrix-compression
Here are 3 public repositories matching this topic...
Sparse Matrix Compression efficiently stores and manages sparse matrices using linked lists and arrays. It supports insertion, deletion, search, updates, and CSV-based storage while optimizing memory usage.
-
Updated
Aug 24, 2025 - Java
A comprehensive C++ matrix algebra library built while studying MITOCW 18.06 (Linear Algebra), featuring matrix arithmetic, property detection + storage compression, Gaussian elimination, LU/QR/SVD factorizations, inversion, eigen computations, least-squares/projection tools, and even FFT support also supports complex matrices.
-
Updated
Mar 24, 2026 - C++
Improve this page
Add a description, image, and links to the matrix-compression topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the matrix-compression topic, visit your repo's landing page and select "manage topics."