Struct czt::Plan []

pub struct Plan {
    // some fields omitted
}

A transformation plan.

Methods

impl Plan

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

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

impl Clone for Plan

fn clone(&self) -> Plan