From 13c21c3619530bf22505c3ea197f0ad038bab923 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Mon, 6 May 2019 02:38:12 -0700 Subject: [PATCH] added wareya's fft.hpp lib --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2ef14e..d6c7ca8 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,7 @@ as C/C++, as this is not an obstacle to most users.) | [simrank.hpp](https://github.com/roukaour/simrank) | MIT | C++ | 2 | SimRank graph similarity algorithm |**[rnd.h](https://github.com/mattiasgustavsson/libs)** | **public domain** |C/C++|**1**| pseudo-random number generation | [SummedAreaTable](https://github.com/corporateshark/Summed-Area-Table.git) | MIT | C++ |**1**| Summed-Area Table generation and sum/avg queries +| [fft](https://github.com/wareya/fft) | **public domain** | C++ |**1**| Fast Fourier Transform | # multithreading | library | license | API |files| description