Skip to content

Commit 6d25f4c

Browse files
committed
Add IndexBinaryOp
1 parent 03a9eff commit 6d25f4c

File tree

3 files changed

+225
-178
lines changed

3 files changed

+225
-178
lines changed

suitesparse_graphblas/create_headers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@ def handle_function_node(node):
625625
"Type": "type",
626626
"UnaryOp": "unary",
627627
"IndexUnaryOp": "indexunary",
628+
"IndexBinaryOp": "indexbinary",
628629
"Iterator": "iterator",
629630
"Context": "context",
630631
# "everything else" is "core"

0 commit comments

Comments
 (0)