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