Public API

  • API Documentation
interpax_fft
  • interpax_fft
  • View page source
Next

interpax_fft

License GitHub issues Pypi

Documentation UnitTests Coverage

interpax_fft is a library for Fourier interpolation and function approximation using JAX.

interpax_fft extends interpax with more utilities for (pseudo-spectral) interpolation.

Installation

interpax_fft is installable with pip:

pip install interpax_fft

For full details of various options see the API documentation.

Public API

  • API Documentation
    • Interpolation with fast Fourier transform (FFT)
      • interpax_fft.rfft_interp1d
      • interpax_fft.rfft_interp2d
      • interpax_fft.irfft_interp1d
      • interpax_fft.irfft_interp2d
    • Interpolation with matrix multiplication transform (MMT)
      • interpax_fft.idct_mmt
      • interpax_fft.ifft_mmt
      • interpax_fft.interp_dct
      • interpax_fft.interp_rfft
      • interpax_fft.interp_rfft2
      • interpax_fft.irfft2_mmt_pos
      • interpax_fft.irfft_mmt
      • interpax_fft.irfft_mmt_pos
      • interpax_fft.rfft2_modes
      • interpax_fft.rfft2_vander
      • interpax_fft.rfft_to_trig
      • interpax_fft.trig_vander
    • Function approximation with series expansions
      • interpax_fft.DoubleChebyshevSeries
      • interpax_fft.FourierChebyshevSeries
      • interpax_fft.PiecewiseChebyshevSeries
    • Useful utilities for interpolation, root finding, etc.
      • interpax_fft.cheb_from_dct
      • interpax_fft.cheb_pts
      • interpax_fft.dct_from_cheb
      • interpax_fft.epigraph_and
      • interpax_fft.fourier_pts
      • interpax_fft.take_mask

Indices and tables

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2024, Kaya Unalmis. Last updated on Apr 02, 2026.

Built with Sphinx using a theme provided by Read the Docs.