Mark Dobossy - 2007-07-06

And here is my next project. Essentially, it is a specialized array of matrices, where each matrix has the same dimensions. It would have functions for quickly grabbing data from the "cube" as a slice in any direction (similar matlab's A(:,:,1) which would grab a matrix, or A(:,1,2) which would grab a vector). One would also be able to perform element-by-element and element-by-scalar operations on the data set. I think this could greatly expand the possible uses of itpp. Would this be of interest? Also, any ideas on what to name it? I was thinking something like matArray, or mat3d.