Please note that the recommended version of Scilab is 6.0.2. This page might be outdated.
See the recommended documentation of this function
fftw_forget_wisdom
Re-initialise le wisdom fftw
Séquence d'appel
fftw_forget_wisdom()
Description
Cette fonction re-initialise le wisdom fftw.
Exemples
//return fftw wisdom txt=get_fftw_wisdom(); //set fftw wisdom set_fftw_wisdom(txt); //reset fftw wisdom fftw_forget_wisdom();
Comments
Add a comment:
Please login to comment this page.