Chris@19: Chris@19:
Chris@19:Chris@19: Next: New-array Execute Functions, Chris@19: Previous: Advanced Interface, Chris@19: Up: FFTW Reference Chris@19:
Chris@19: The “guru” interface to FFTW is intended to expose as much as possible Chris@19: of the flexibility in the underlying FFTW architecture. It allows one Chris@19: to compute multi-dimensional “vectors” (loops) of multi-dimensional Chris@19: transforms, where each vector/transform dimension has an independent Chris@19: size and stride. Chris@19: One can also use more general complex-number formats, e.g. separate real Chris@19: and imaginary arrays. Chris@19: Chris@19:
For those users who require the flexibility of the guru interface, it is Chris@19: important that they pay special attention to the documentation lest they Chris@19: shoot themselves in the foot. Chris@19: Chris@19:
Chris@19: Chris@19: Chris@19: Chris@19: