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