fftw-wisdom
A library for computing the discrete Fourier transform (DFT)
RUN apt-get update && \
apt-get install -y libfftw3-dbg
RUN apt-get update && \
apt-get install -y libfftw3-dbg
RUN apk add fftw
RUN pacman -S --noconfirm fftw
RUN apt-get update && \
apt-get install -y libfftw3-bin
RUN yum install -y fftw
RUN dnf install -y fftw
RUN apt-get update && \
apt-get install -y libfftw3-bin