Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 211 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 211 Bytes

eigen-convolve-fft

Small implementation of 1d linear convolve using Eigen C++ Fast Fourier Transform. Might be useful for people who want to implement a convolve function in C++ with complexity O( 2N log(N)).