Function rft::forward_in [] [src]

pub fn forward_in<CI, CO, I, O>(input: I, output: O) where
    CI: Complex,
    CO: ComplexMut,
    I: Strided<Elem = CI>,
    O: MutStrided<Elem = CO>, 

Applies a forward fourier transform to the given input and puts it into the given output.