Daniele Nicolodi <dani...@grinta.net> wrote:

> Sure, I realize that, thank for the clarification.  The arrays are quite
> small, then the three loops and the temporary take negligible time and
> memory in the overall processing.

If they are small, a Python loop would do the job as well. And if it
doesn't, it is just a matter of adding a couple of decorators to use Numba
JIT. 

Sturla

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to