Hi Nick,

Nick Craig-Wood <n...@craig-wood.com> writes:
> I'd start by writing a function which took (x, y) in array
> co-ordinates and transformed that into (z) remapped in the Morton
> layout.

This removes the possibility to use the sum() and similar methods of
numpy. Implementing them myself is probably much worse than using
Numpys own.

> Alternatively you could install a 64bit OS on your machine and use
> my scheme!

Well: I am just the developer. Ofcourse I could just raise the
requirements to use my software, but I think it is good style to keep
them as low as possible. 

Best regards

Ole

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to