ekjstm / permafrost

Automatically exported from code.google.com/p/permafrost
0 stars 0 forks source link

Research and design support for n-dimensional arrays #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Users will probably want to access data using array dimensions aligned with
the natural dimensions of the data.

Research and design support for n-dimensional arrays. This could possibly
be implemented using some helper functions.

Original issue reported on code.google.com by solomon....@gmail.com on 30 Dec 2008 at 2:39

GoogleCodeExporter commented 9 years ago
Added typemaps for 2D contiguous data. Need design decision on how many 
dimensional
arrays to support as array types before requiring users to switch to ByteByffer.

Original comment by solomon....@gmail.com on 17 Jul 2009 at 12:01