Module fftw::plan [] [src]

Plan in FFTW

See also Using Plans in the original document

Structs

InputMismatchError
Plan

Typed wrapper of fftw_plan

Traits

C2CPlan

Trait for the plan of Complex-to-Complex transformation

C2RPlan

Trait for the plan of Complex-to-Real transformation

PlanSpec

Trait for Plan makers

R2CPlan

Trait for the plan of Real-to-Complex transformation

Type Definitions

C2CPlan32
C2CPlan64
C2RPlan32
C2RPlan64
Plan32

Marker for 32-bit floating point FFT

Plan64

Marker for 64-bit floating point FFT

R2CPlan32
R2CPlan64