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
For N > 1 I think the only reasonable option is to go with Tensors. Otherwise we have to create separate overloads for each N if we go with tuples. Arraymancer basically does that up to 6 dimensions but we could have to handle many more dimensions here.
... And how should we handle them ?
Should it based on seq of tuples ? On Tensor ?
The text was updated successfully, but these errors were encountered: