Struct dft::Plan [] [src]

pub struct Plan<T> { /* fields omitted */ }

A transform plan.

Methods

impl<T> Plan<T> where
    T: Float + FloatConst
[src]

Create a plan for a specific operation and specific number of points.

The number of points should be a power of two.

Trait Implementations

impl<T: Clone> Clone for Plan<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for Plan<T>
[src]

Formats the value using the given formatter.