Function czt::transform [] [src]

pub fn transform<D: ?Sized, T>(data: &D,
                               m: usize,
                               w: Complex<T>,
                               a: Complex<T>)
                               -> Vec<Complex<T>> where D: Transform<T>

Perform the transform.

The function is a shortcut for Transform::transform.