Navigation

  • index
  • modules |
  • next |
  • previous |
  • pyFFTW 0.13.1 documentation »
  • API Reference

API ReferenceΒΆ

  • pyfftw - The core
    • FFTW Class
      • FFTW
        • FFTW.N
        • FFTW.simd_aligned
        • FFTW.input_alignment
        • FFTW.output_alignment
        • FFTW.flags
        • FFTW.input_array
        • FFTW.output_array
        • FFTW.input_shape
        • FFTW.output_shape
        • FFTW.input_strides
        • FFTW.output_strides
        • FFTW.input_dtype
        • FFTW.output_dtype
        • FFTW.direction
        • FFTW.axes
        • FFTW.ortho
        • FFTW.normalise_idft
        • FFTW.__call__()
        • FFTW.update_arrays()
        • FFTW.execute()
        • FFTW.get_input_array()
        • FFTW.get_output_array()
    • Wisdom Functions
      • export_wisdom()
      • import_wisdom()
      • forget_wisdom()
    • Utility Functions
      • pyfftw.simd_alignment
      • byte_align()
      • empty_aligned()
      • zeros_aligned()
      • ones_aligned()
      • is_byte_aligned()
      • n_byte_align()
      • n_byte_align_empty()
      • is_n_byte_aligned()
      • next_fast_len()
    • FFTW Configuration
      • pyfftw.config.NUM_THREADS
      • pyfftw.config.PLANNER_EFFORT
  • pyfftw.builders - Get FFTW objects using a numpy.fft like interface
    • Overview
    • Supported Functions and Caveats
    • Additional Arguments
    • The Functions
      • dct()
      • dst()
      • fft()
      • fft2()
      • fftn()
      • ifft()
      • ifft2()
      • ifftn()
      • irfft()
      • irfft2()
      • irfftn()
      • rfft()
      • rfft2()
      • rfftn()
  • pyfftw.builders._utils - Helper functions for pyfftw.builders
    • _FFTWWrapper
      • _FFTWWrapper.__call__()
    • _Xfftn()
    • _compute_array_shapes()
    • _cook_nd_args()
    • _precook_1d_args()
    • _setup_input_slicers()
  • pyfftw.interfaces - Drop in replacements for other FFT implementations
    • Implemented Functions
      • numpy_fft
      • scipy_fft
      • scipy_fftpack
      • dask_fft
    • Additional Arguments
    • Caching
      • disable()
      • enable()
      • set_keepalive_time()

Previous topic

License

Next topic

pyfftw - The core

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • pyFFTW 0.13.1 documentation »
  • API Reference
© Copyright 2024, Henry Gomersall. Created using Sphinx 7.2.6.