Skip to content

Commit 0a1abbd

Browse files
committed
missing pair export, doc fixes
1 parent a49f9fb commit 0a1abbd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If you use SuiteSparseGraphBLAS.jl in your research please cite the following th
7575
keywords = {GraphBLAS, Graph algorithms, sparse matrices}
7676
}
7777
```
78-
[pdf](https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=9622789&casa_token=VPmmUD8cdFcAAAAA:NYSm3tdjrBwF53rJxo9PqVRWzXY41hE6l1MoKpBqqZC0WESFPGx6PtN1SjVf8M4x01vfPrqU&tag=1)
78+
[pdf](https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=9622789&casa_token=VPmmUD8cdFcAAAAA:NYSm3tdjrBwF53rJxo9PqVRWzXY41hE6l1MoKpBqqZC0WESFPGx6PtN1SjVf8M4x01vfPrqU&tag=1):
7979
```bibtex
8080
@INPROCEEDINGS{9622789,
8181
author={Pelletier, Michel and Kimmerer, Will and Davis, Timothy A. and Mattson, Timothy G.},

docs/src/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,5 @@ pages={1-7},
234234
doi={10.1109/HPEC49654.2021.9622789},
235235
ISSN={2643-1971},
236236
month={Sep.}
237-
}
237+
}
238+
```

src/operators/binaryops.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ using ..LibGraphBLAS
77
export BinaryOp, @binop
88

99
export second, rminus, iseq, isne, isgt, islt, isge, isle, , , lxor, xnor, fmod,
10-
bxnor, bget, bset, bclr, firsti0, firsti, firstj0, firstj, secondi0, secondi, secondj0, secondj
10+
bxnor, bget, bset, bclr, firsti0, firsti, firstj0, firstj, secondi0, secondi, secondj0,
11+
secondj, pair
1112

1213
struct BinaryOp{F} <: AbstractBinaryOp
1314
juliaop::F

0 commit comments

Comments
 (0)