On Wed, Dec 1, 2010 at 6:09 PM, John Salvatier <jsalv...@u.washington.edu> wrote: > On Wed, Dec 1, 2010 at 6:07 PM, Keith Goodman <kwgood...@gmail.com> wrote: >> >> On Wed, Dec 1, 2010 at 5:53 PM, David <da...@silveregg.co.jp> wrote: >> >> > On 12/02/2010 04:47 AM, Keith Goodman wrote: >> >> It's hard to write Cython code that can handle all dtypes and >> >> arbitrary number of dimensions. The former is typically dealt with >> >> using templates, but what do people do about the latter? >> > >> > The only way that I know to do that systematically is iterator. There is >> > a relatively simple example in scipy/signal (lfilter.c.src). >> > >> > I wonder if it would be possible to add better support for numpy >> > iterators in cython... >> >> Thanks for the tip. I'm starting to think that for now I should just >> template both dtype and ndim. >> _______________________________________________ >> NumPy-Discussion mailing list >> NumPy-Discussion@scipy.org >> http://mail.scipy.org/mailman/listinfo/numpy-discussion > > I enthusiastically support better iterator support for cython
I enthusiastically welcome contributions along this line. - Robert _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion