Chris@19: Chris@19: Chris@19: Advanced Interface - FFTW 3.3.4 Chris@19: Chris@19: Chris@19: Chris@19: Chris@19: Chris@19: Chris@19: Chris@19: Chris@19: Chris@19: Chris@19: Chris@19: Chris@19: Chris@19:
Chris@19: Chris@19:

Chris@19: Next: , Chris@19: Previous: Basic Interface, Chris@19: Up: FFTW Reference Chris@19:


Chris@19:
Chris@19: Chris@19:

4.4 Advanced Interface

Chris@19: Chris@19:

Chris@19: FFTW's “advanced” interface supplements the basic interface with four Chris@19: new planner routines, providing a new level of flexibility: you can plan Chris@19: a transform of multiple arrays simultaneously, operate on non-contiguous Chris@19: (strided) data, and transform a subset of a larger multi-dimensional Chris@19: array. Other than these additional features, the planner operates in Chris@19: the same fashion as in the basic interface, and the resulting Chris@19: fftw_plan is used in the same way (see Using Plans). Chris@19: Chris@19:

Chris@19: Chris@19: Chris@19: Chris@19: