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]
The text was updated successfully, but these errors were encountered:
something like pr #4 would be awesome! If you ever want to pick it back up, I would be very grateful! Ill check what was already done and try to improve it, but it might take me a super long time because I just started Julia!
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]
The text was updated successfully, but these errors were encountered: