Function dft::transform [] [src]

pub fn transform<T: Transform + ?Sized>(data: &mut T, plan: &Plan)

Perform the transform.

The function is the same as Transform::transform.