Truncated SVD and Hermitian eigendecomposition for small dense complex matrices.
-
Updated
Aug 31, 2026 - C++
Truncated SVD and Hermitian eigendecomposition for small dense complex matrices.
A Java project for performing operations on complex matrices, including basic arithmetic and matrix-specific operations, with utility methods and input handling for complex number matrices - Final Project for the Programmation 2 Course
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.
To associate your repository with the complex-matrices topic, visit your repo's landing page and select "manage topics."