Re: [julia-users] Multi-dimensional Arrays

2015-09-10 Thread Mauro
My understanding is that it is much easier to subtype AbstractArray in 0.4. As 0.4 should be out pretty soon (a release candidate is out and should be announced on this list once binaries are made), it would probably be best to do this in 0.4. On Thu, 2015-09-10 at 09:06, Leonardo wrote: > Hi Al

[julia-users] Multi-dimensional Arrays

2015-09-10 Thread Leonardo
Hi All, I need some clarifications about subclassing AbstractArray to create a multi-dimensional array with unspecified number of dimensions. I've created an (useless) example defining a simple container (attached) to clarify me necessary step and function to implement, and then my doubts: -