bionanoimaging / FourierTools.jl

Tools for working with Fourier space.
https://bionanoimaging.github.io/FourierTools.jl/stable/
MIT License
54 stars 6 forks source link

Added allocation-free correlation #39

Open djohn134 opened 10 months ago

djohn134 commented 10 months ago

Updated src/correlations.jl to include correlation plans and allocation-free correlations using buffers, similar to what was already present for convolutions in src/convolutions.jl

roflmaostc commented 10 months ago

Thanks for adding this.

We need to do a couple of things before we can merge :)