├── Makefile ├── README.md ├── convolution_example.cc ├── fftw_wrappers.cc └── fftw_wrappers.hh /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosco/fftw-convolution-example-1D/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosco/fftw-convolution-example-1D/HEAD/README.md -------------------------------------------------------------------------------- /convolution_example.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosco/fftw-convolution-example-1D/HEAD/convolution_example.cc -------------------------------------------------------------------------------- /fftw_wrappers.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosco/fftw-convolution-example-1D/HEAD/fftw_wrappers.cc -------------------------------------------------------------------------------- /fftw_wrappers.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosco/fftw-convolution-example-1D/HEAD/fftw_wrappers.hh --------------------------------------------------------------------------------