On 29/10/14 18:23, Alexander Eberspächer wrote:
> Definitely. My attempt at streamlining the use of pyfftw even further
> can be found here:
>
> https://github.com/aeberspaecher/transparent_pyfftw

There could be an argument that this sort of capability should be added 
to the pyfftw package, as a package level config.

Something like:

import pyfftw
pyfftw.default_threads = 4

import pyfftw.interfaces.numpy_fft as fft

The wisdom code can be added at the package import level too, but that 
doesn't need anything more.

Cheers,

Henry
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to