Skip to content

Commit

Permalink
Add IndexBinaryOp
Browse files Browse the repository at this point in the history
  • Loading branch information
jim22k committed Dec 18, 2024
1 parent 03a9eff commit 6d25f4c
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 178 deletions.
1 change: 1 addition & 0 deletions suitesparse_graphblas/create_headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@ def handle_function_node(node):
"Type": "type",
"UnaryOp": "unary",
"IndexUnaryOp": "indexunary",
"IndexBinaryOp": "indexbinary",
"Iterator": "iterator",
"Context": "context",
# "everything else" is "core"
Expand Down
Loading

0 comments on commit 6d25f4c

Please sign in to comment.