Module fftw::plan

source ·
Expand description

Plan in FFTW

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

Structs

  • Typed wrapper of fftw_plan

Traits

  • Trait for the plan of Complex-to-Complex transformation
  • Trait for the plan of Complex-to-Real transformation
  • Trait for Plan makers
  • Trait for the plan of Real-to-Complex transformation

Type Definitions