Commit Graph

9 Commits

Author SHA1 Message Date
7a3a391b09
README.md
Updated README.md
2025-05-31 00:00:54 +01:00
5e6f72a2e8
README.md
Updated README.md
2025-05-30 23:59:44 +01:00
4ca7efb4d8
README.md
Updated README.md
2025-05-30 23:59:17 +01:00
fee716e10f
README.md
Updated README.md
2025-05-30 23:56:40 +01:00
42d950e5c8
README.md
Updated README.md
2025-05-30 23:53:06 +01:00
b7e9bce2eb
README.md
Updated README.md
2025-05-30 23:51:59 +01:00
7a1d02f757
README.md
Updated README.md
2025-05-30 23:51:17 +01:00
f6a5807fdd
README.md
Added README.md
2025-05-30 23:48:57 +01:00
9fb5cefa08
C implementation of KLT
The committed files are a fully functioning implementation of the
Karhunen–Loève transform (KLT) as defined on Wikipedia, and verified
using multiple languages - Python, R and MATLAB. Note. It may be common
for libraries to call this algorithm 'covariance', 'eig' or similar to
distiguish from the SVD alogrithm or otherwise.

The source code is built entirely on the GNU GSL (2.7) library, to
utilise BLAS optimised functionality.
2025-05-30 23:30:35 +01:00