../../.cargo/katex-header.html

Module winter_math::fft::real_u64

source ·

Functions§

  • Real 2-FFT over u64 integers.
  • Real 4-FFT over u64 integers.
  • Real 2-iFFT over u64 integers. Division by two to complete the inverse FFT is expected to be performed outside of this function.
  • Real 4-iFFT over u64 integers. Division by four to complete the inverse FFT is expected to be performed outside of this function.