pub fn fft<O0: Into<Output>>(input: O0, scope: &mut Scope) -> Result<Operation>
Shorthand for FFT::new().build(input, scope).
FFT::new().build(input, scope)