Struct dft::Plan [] [src]

pub struct Plan {
    // some fields omitted
}

A transformation plan.

Methods

impl Plan
[src]

fn new(operation: Operation, size: usize) -> Plan

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

The number of points should be a power of two.

Trait Implementations

impl Debug for Plan
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Plan
[src]

fn clone(&self) -> Plan

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more