How to Install libfftw3-double3 in Ubuntu 18.04



Install libfftw3-double3 by entering the following commands in the terminal:

sudo apt update
sudo apt install libfftw3-double3

Description:

Library for computing Fast Fourier Transforms - Double precision

The FFTW library computes Fast Fourier Transforms (FFT) in one or more dimensions. It is extremely fast. This package contains the shared library for double precision transforms. . To get the static library and the header files, you need to install libfftw3-dev. For documentation, see libfftw3-doc.

Homepage: http://fftw.org

Version: 3.3.7-1

Section: libs