Chris@42: Chris@42: Chris@42: Chris@42: Chris@42:
Chris@42:Chris@42: Next: Guru Interface, Previous: Basic Interface, Up: FFTW Reference [Contents][Index]
Chris@42:FFTW’s “advanced” interface supplements the basic interface with four
Chris@42: new planner routines, providing a new level of flexibility: you can plan
Chris@42: a transform of multiple arrays simultaneously, operate on non-contiguous
Chris@42: (strided) data, and transform a subset of a larger multi-dimensional
Chris@42: array. Other than these additional features, the planner operates in
Chris@42: the same fashion as in the basic interface, and the resulting
Chris@42: fftw_plan
is used in the same way (see Using Plans).
Chris@42:
• Advanced Complex DFTs: | Chris@42: | |
• Advanced Real-data DFTs: | Chris@42: | |
• Advanced Real-to-real Transforms: | Chris@42: |