fftw_inplace - set if transform is realized in place
This function set if transform is realized in place in the scilab stack (b=%t), or if a new variable is created (b=%f). Default value is %t.
//show if fftw works in-place fftw_inplace() //set an out-place fft fftw_inplace(%f);
fftw , fftw_flags , fftw_norm , pushfftw_plan , freefftw_plan ,