On Tue, Dec 1, 2009 at 6:00 PM, Sebastian Haase <[email protected]> wrote:

>
> I can only agree - great work !
>

Thanks.

> Where can one find out about the
> * New Neighborhood iterator (C-level only)
> ?

Here:

http://docs.scipy.org/doc/numpy/reference/c-api.array.html#functions

You can find some examples in the multiarray_tests.c in numpy/core
(which test "stacked iterators"), as well as in scipy.signal (the
nd-correlate function uses the neighborhood iterator).

Note that optimizations such as used in VTK to separate the zones
where boundaries handling is needed from the ones without is not
implemented yet.

cheers,

David
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to