mpi4py-fft 支持 FFTW 库(快速傅里叶变换的最快的自由软件实现)中的各种变换方法及它们的各种组合,它提供了 FFTW 库中各种变换方法的 Python 接口。另外,mpi4py-fft 也可以仅仅只对大的数组进行分布及重新分布(借助 mpi4py)而不做任何傅里叶变换操作。 mpi4py-fft 包含如下 4 个主要模块: mpifft pencil ...
mpi4py-fft 的主要功能包括: 1. 快速傅里叶变换(FFT):这是一个用于将信号从时域转换到频域的算法。mpi4py-fft 提供了一个简单的接口,可以方便地实现 FFT 算法,并支持多种 FFT 算法,如 Cooley-Tukey、DFT、Shor 等。 2. 并行计算:mpi4py-fft 支持多核处理器上的并行计算,可以将计算任务分配给多个 CPU ...
mpi4py-fft is a Python package for computing Fast Fourier Transforms (FFTs). - mpi4py/mpi4py-fft
mpi4py-fft is a Python package for computing Fast Fourier Transforms (FFTs). - mpi4py-fft/setup.py at master · mpi4py/mpi4py-fft
Documentation Status mpi4py-fft is a Python package for computing Fast Fourier Transforms (FFTs). Large arrays are distributed and communications are handled under the hood by MPI for Python (mpi4py). To distribute large arrays we are using a new and completely generic algorithm that allows for...
Submitting author: @mikaem (Mikael Mortensen) Repository: https://bitbucket.org/mpi4py/mpi4py-fft Version: 2.0.2 Editor: @VivianePons Reviewer: @iljah, @rainwoodman Archive: 10.5281/zenodo.2621442 Status Status badge code: HTML:
mpi4py-fft is a Python package for computing Fast Fourier Transforms (FFTs). - build: Allow building sdist even if FFTW libs are not found by dalcinl · Pull Request #42 · mpi4py/mpi4py-fft
mpi4py-fft is a Python package for computing Fast Fourier Transforms (FFTs). - History for pyproject.toml - mpi4py/mpi4py-fft
mpiFFT4py requires numpy for basic array oparations, [pyfftw](https://github.com/pyfftw/pyFFTW) for efficient FFTs and [mpi4py](https://bitbucket.org/mpi4py/mpi4py) for MPI communications. However, if pyfftw is not found, then the slower numpy.fft is used instead. [cython](http://...
Mirror of https://bitbucket.org/mpi4py/mpi4py-fft. Contribute to mpi4py/mpi4py-fft development by creating an account on GitHub.