https://github.com/SimonDanisch/FixedSizeArrays.jl and 
https://github.com/eschnett/FlexibleArrays.jl

--Tim

On Monday, April 18, 2016 03:55:21 PM Didier Verna wrote:
>   Hello,
> 
> is there a way to define such a beast? I would like for instance to
> express something like this: SquareMatrix{Int32,3} and get instances
> that would be similar to 3x3 Array{Int32,2}.
> 
> Right now, it seems to me that the available array abstractions only let
> you express the rank as part of the type, not the actual dimensions.
> 
> Thanks.

Reply via email to