<div dir="ltr"><div>If I may 'hyjack' the discussion back to the meta-point:</div><div><br></div><div>should we be having this discussion on the numpy mailing list at all?<br><br>Perhaps the 'batteries included' philosophy made sense in the early days of numpy; but given that there are several fft libraries with their own pros and cons, and that most numpy projects will use none of them at all, why should numpy bundle any of them?<br><br>To have a scipy.linalg and scipy.fft makes sense to me, although import pyfftw or import pyFFTPACK would arguably be better still. Just as in the case of linear algebra, those different libraries represent meaningful differences, and if the user wants to paper over those differences with a named import they are always free to do so themselves, explicitly. To be sure, the maintenance of quality fft libraries should be part of the numpy/scipy-stack in some way or another. But I would argue that the core thing that numpy should do is ndarrays alone.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 28, 2014 at 11:11 AM, Sturla Molden <span dir="ltr"><<a href="mailto:sturla.molden@gmail.com" target="_blank">sturla.molden@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>David Cournapeau <<a href="mailto:cournape@gmail.com">cournape@gmail.com</a>> wrote:<br>
<br>
> The real issue with fftw (besides the license) is the need for plan<br>
> computation, which are expensive (but are not needed for each transform).<br>
<br>
</span>This is not a problem if you thell FFTW to guess a plan instead of making<br>
measurements. FFTPACK needs to set up a look-up table too.<br>
<span><br>
> I made some experiments with the Bluestein transform to handle prime<br>
> transforms on fftpack, but the precision seemed to be an issue. Maybe I<br>
> should revive this work (if I still have it somewhere).<br>
<br>
</span>You have it in a branch on Github.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
Sturla<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
NumPy-Discussion mailing list<br>
<a href="mailto:NumPy-Discussion@scipy.org">NumPy-Discussion@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/numpy-discussion" target="_blank">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a><br>
</div></div></blockquote></div><br></div>