Source: r-cran-fftwtools Standards-Version: 4.7.4 Maintainer: Debian R Packages Maintainers Uploaders: Andrius Merkys , Section: gnu-r Testsuite: autopkgtest-pkg-r Build-Depends: debhelper-compat (= 14), dh-r, r-base-dev, libfftw3-dev, pkgconf, r-pkg-team-core-architecture, Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-fftwtools Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-fftwtools.git Homepage: https://cran.r-project.org/package=fftwtools Package: r-cran-fftwtools Architecture: any Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends}, r-pkg-team-core-architecture, Recommends: ${R:Recommends}, Suggests: ${R:Suggests}, Description: Wrapper for 'FFTW3' Includes: One-Dimensional, Two-Dimensional, Three-Dimensional, and Multivariate Transforms Provides a wrapper for several 'FFTW' functions. This package provides access to the two-dimensional 'FFT', the multivariate 'FFT', and the one-dimensional real to complex 'FFT' using the 'FFTW3' library. The package includes the functions fftw() and mvfftw() which are designed to mimic the functionality of the R functions fft() and mvfft(). The 'FFT' functions have a parameter that allows them to not return the redundant complex conjugate when the input is real data.