d@0: d@0: d@0: Advanced Interface - FFTW 3.2.1 d@0: d@0: d@0: d@0: d@0: d@0: d@0: d@0: d@0: d@0: d@0: d@0: d@0: d@0:
d@0:

d@0: d@0: Next: , d@0: Previous: Basic Interface, d@0: Up: FFTW Reference d@0:


d@0:
d@0: d@0:

4.4 Advanced Interface

d@0: d@0:

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

d@0: d@0: d@0: d@0: