next up previous
Next: Example Up: NFFT - General procedure Previous: Doing the transform

Finalisation

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.



Stefan Kunis 2004-09-03