Function rft::inverse [] [src]

pub fn inverse<CI, CO, I>(input: I) -> Vec<CO> where
    CI: Complex,
    CO: ComplexMut,
    I: Strided<Elem = CI>, 

Applies an inverse fourier transform to the given input and returns a vector of complex numbers.