[][src]Module fftw::plan

Plan in FFTW

See also [Using Plans] in the original document [Using Plans]: http://www.fftw.org/fftw3_doc/Using-Plans.html

Structs

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

R2RPlan

Type Definitions

C2CPlan32
C2CPlan64
C2RPlan32
C2RPlan64
Plan32

Marker for 32-bit floating point FFT

Plan64

Marker for 64-bit floating point FFT

R2CPlan32
R2CPlan64
R2RPlan32
R2RPlan64