JuliaArrays / AxisArrays.jl

Performant arrays where each dimension can have a named axis with values
http://JuliaArrays.github.io/AxisArrays.jl/latest/
Other
200 stars 42 forks source link

Simplify slicing with a particular axis. Closes #33 #34

Closed timholy closed 8 years ago

timholy commented 8 years ago

If ax is an Axis{name,T}, then ax(2) constructs Axis{name,Int}(2) which can be handy for slicing. Ref #33.