Chris@19: Chris@19:
Chris@19:Chris@19: Next: Defining an FFTW module, Chris@19: Previous: Allocating aligned memory in Fortran, Chris@19: Up: Calling FFTW from Modern Fortran Chris@19:
Chris@19: As explained in Words of Wisdom-Saving Plans, FFTW provides a Chris@19: “wisdom” API for saving plans to disk so that they can be recreated Chris@19: quickly. The C API for exporting (see Wisdom Export) and Chris@19: importing (see Wisdom Import) wisdom is somewhat tricky to use Chris@19: from Fortran, however, because of differences in file I/O and string Chris@19: types between C and Fortran. Chris@19: Chris@19:
Chris@19: Chris@19: Chris@19: Chris@19: