mpmath_fft ========== Arbitrary-precision FFT for mpmath -- Cooley-Tukey, radix-2, and Bluestein chirp-Z FFT using mpmath types stored in numpy object arrays. Pure Python, no JIT, no numba. Mirrors the `pynalgo.fft` API and plan structure. Source code: https://github.com/bdaszuta/mpmath_fft .. toctree:: :maxdepth: 2 :caption: Contents user_guide api/core api/kernels api/real_transforms Indices and tables ================== * :ref:`genindex` * :ref:`search`