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