套件:python-pyfftw(0.11.1-2)
Pythonic wrapper around FFTW - Python 2
Pythonic wrapper around FFTW, the speedy FFT library. The ultimate aim is to present a unified interface for all the possible transforms that FFTW can perform.
Both the complex DFT and the real DFT are supported, as well as arbitrary axes of abitrary shaped and strided arrays, which makes it almost feature equivalent to standard and real FFT functions of numpy.fft (indeed, it supports the clongdouble dtype which numpy.fft does not).
pyFFTW is BSD-licensed and should not be confused with python-fftw, a GPL-licensed python module with the same aim of providing python bindings to FFTW3. Or python-gpyfft, which provides bindings to the OpenCL FFT library clFFT.
This package provides the Python 2 bindings.
其他與 python-pyfftw 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libfftw3-double3 (>= 3.3.5)
- Library for computing Fast Fourier Transforms - Double precision
-
- dep: libfftw3-long3 (>= 3.3.5)
- Library for computing Fast Fourier Transforms - Long precision
-
- dep: libfftw3-single3 (>= 3.3.5)
- Library for computing Fast Fourier Transforms - Single precision
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
- dep: python (<< 2.8)
- dep: python (>= 2.7~)
-
- dep: python-numpy (>= 1:1.16.0~rc1)
- Numerical Python adds a fast array facility to the Python language
-
- dep: python-numpy-abi9
- 本虛擬套件由這些套件填實: python-numpy
-
- rec: python-scipy (>= 0.16.0)
- scientific tools for Python