meggart / DiskArrays.jl

Other
72 stars 13 forks source link

Allow indexing with nd arrays of integers and CartesianIndex #151

Closed meggart closed 6 months ago

meggart commented 6 months ago

This fixes cases where some indices are matrices of integers or CartesianIndex so that the output has the correct shape afterwards. Fixes #84