pub fn fft2_inverse<Field: FieldForFFT<2>>(
    a_point: &[Field],
    omega: Field
) -> Vec<Field>
Expand description

Inverse FFT for fft2.