May 17, 2012
9:05 a.m.
I have one in VW public store in package named 'SYSEXT-MultipleDimensionArray'. MIT licence. See fileOut attached. Tell me if it is worth creating a package in ss3... Nicolas 2012/5/17 Francisco Garau <francisco.garau@gmail.com>:
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