#
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.
cpp linear-algebra matrix-factorization least-squares fast-fourier-transform fft eigenvectors eigenvalues gaussian-elimination matrix-arithmetic matrix-inversion matrix-alg mitocw complex-matrices matrix-compression
-
Updated
Mar 24, 2026 - C++
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."