pub fn fft2_inverse_in_place<Field: FieldForFFT<2>>(
    a_point: &mut [Field],
    omega: Field
)
Expand description

Inverse FFT for fft2_in_place.