Hi -- just wonder if someone has implemented a n-dimensional array as in
NumPy.

What is cool about those arrays is that they are stored efficiently in an
homogeneous collection (eg FloatArray) over which you can have several
"views" or "slices" without having to take a copy.

- Francisco

Reply via email to