Package libfftw3l: Information

    Binary package: libfftw3l
    Version: 3.3.8-alt1
    Architecture: e2kv5
    Build time:  Nov 23, 2020, 06:52 AM
    Source package: fftw3
    Category: System/Libraries
    Report package bug
    License: GPLv2+
    Summary: FFTW runtime libraries, long double precision
    Description: 
    FFTW is a free collection of fast C routines for computing the Discrete
    Fourier Transform in one or more dimensions.  It includes complex, real,
    symmetric, and parallel transforms, and can handle arbitrary array sizes
    efficiently.  FFTW is typically faster than other publically-available
    FFT implementations, and is even competitive with vendor-tuned libraries.
    To achieve this performance, FFTW uses novel code-generation and runtime
    self-optimization techniques (along with many other tricks).
    
    This package contains FFTW runtime libraries compiled in long double
    precision.

    Maintainer: Dmitry V. Levin


    Last changed


    May 28, 2018 Dmitry V. Levin 3.3.8-alt1
    - 3.3.7 -> 3.3.8.
    Dec. 10, 2017 Dmitry V. Levin 3.3.7-alt1
    - 3.3.3 -> 3.3.7.
    Nov. 15, 2013 Dmitry V. Levin 3.3.3-alt2
    - %check: disabled quad check by default,
      it takes too much time to complete.