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

Inverse FFT for fft3.