Next: Data structure and functions
Up: Procedure for computing an
Previous: Doing the transform
Contents
All memory allocated by the init routine is deallocated by
nfft_finalize(&my_plan);
Note, that almost all (de)allocation operations of the library are done by
fftw_malloc and fftw_free.
Additional data, declared and allocated by the application, have to be
deallocated by the user's program as well.
Jens Keiner
2006-11-20