Skip to content

digination/eigen-convolve-fft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)).

About

Small implementation of 1d linear convolve using Eigen C++ Fast Fourier Transform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%