|
From: Arnd B. <arn...@we...> - 2005-10-12 17:28:35
|
Hi Chris, On Wed, 12 Oct 2005, Chris Barker wrote: > Arnd, > > You've written some nice compact code, but it only works for rank-2 > arrays. Yup - I was aware of this limitation ;-) > Did you see Travis' solution? I think he's put it (or a C > version, I'm not sure about that) in scipy_base. Somehow I missed that - (his speed of coding is obviously way too fast for me to follow even in terms of the routines being added ;-). > However, not using flat > is nice, as in Numeric and numarray is sometimes makes a copy, and > sometimes doesn't. Whatever is most suitable for the task, at least I learnt about about iteraters ;-). Best, Arnd |