Function czt::forward [] [src]

pub fn forward<T>(data: &[T], m: usize, w: c64, a: c64) -> Vec<c64> where T: Mul<c64, Output=c64> + Copy