Scilab Function
Last update : 25/10/2006

freefftw_plan - free all the planners stored in memory

Calling Sequence

[d]=freefftw_plan()

Parameters

Description

This function clear all fftw planners stored in memory.

Examples


 //free all planners stored in memory
 freefftw_plan()
 
  

See Also

fftw ,   fftw_flags ,   fftw_norm ,   fftw_inplace ,   pushfftw_plan ,