JuliaApproximation / ApproxFunFourier.jl

Support for Fourier-based spaces in ApproxFun
MIT License
7 stars 4 forks source link

Add convolution operator ApproxFun.jl#940 #127

Closed Jilhg closed 3 weeks ago

Jilhg commented 1 month ago

This implements a convolution operator on (real) periodic segments (see JuliaApproximation/ApproxFun.jl#940). It works for Laurent and Fourier spaces. Also added some testcases.

As I am relatively new to this, please feel free to give any feedback. If you prefer some different style I am happy to change. In particular:

jishnub commented 3 weeks ago

Sorry for the delayed message. I think it's better to extend getindex directly instead of defaultgetindex.

Jilhg commented 3 weeks ago

Ok, thank you, I updated this