Hi, > 1) Numerical Recipes has an out-of-memory FFT algorithm, but looking > through the numpy and scipy docs and modules, I didn't find a function > that does the same thing. Did I miss it? Should I get to work typing > it in?
No please don't do that; I'm afraid the Numerical Recipes book has a code license that is unusable for numpy / scipy, and it would be a very bad thing if any of their code ended up in the code base. Best, Matthew _______________________________________________ Numpy-discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
