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
would it be possible to use EllipsisNotation with this package ?
Let say we have this expression @tullio arr[a, v, j, i, x] := A[x, k] * b[a, v, j, i, k]
could we replace it with @tullio arr[.., x] := A[x, k] * b[.., k]