Skip to content

Use EllipsisNotation ? #186

@jgsimard

Description

@jgsimard

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions