You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These methods should call themselves on parent, and rebuild the dims manually where necessary - its not clear if relying on similar is fully workable.
It's also not clear if they should be combined with the current methods, or dimensional indexing on AbstractArray and regular indexing on AbstractDimensionalArray should stay separate.
Currently dims2indices conversion and rebuild() are in different methods.
The text was updated successfully, but these errors were encountered:
These methods should call themselves on parent, and rebuild the dims manually where necessary - its not clear if relying on
similar
is fully workable.It's also not clear if they should be combined with the current methods, or dimensional indexing on AbstractArray and regular indexing on AbstractDimensionalArray should stay separate.
Currently dims2indices conversion and rebuild() are in different methods.
The text was updated successfully, but these errors were encountered: