Chris@10: Chris@10: Chris@10: Advanced Interface - FFTW 3.3.3 Chris@10: Chris@10: Chris@10: Chris@10: Chris@10: Chris@10: Chris@10: Chris@10: Chris@10: Chris@10: Chris@10: Chris@10: Chris@10: Chris@10:
Chris@10: Chris@10:

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


Chris@10:
Chris@10: Chris@10:

4.4 Advanced Interface

Chris@10: Chris@10:

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

Chris@10: Chris@10: Chris@10: Chris@10: