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

Function winter_math::fft::real_u64::ifft2_real_unreduced

source ยท
pub fn ifft2_real_unreduced(y: [i64; 2]) -> [u64; 2]
Expand description

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