Skip to content

Commit 4597922

Browse files
committed
docs and IndexOp changes
1 parent 312d5fa commit 4597922

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/SuiteSparseGraphBLAS.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,15 @@ export LibGraphBLAS
115115
# export UnaryOps, BinaryOps, Monoids, Semirings #Submodules
116116
export unaryop, binaryop, Monoid, semiring #UDFs
117117
export Descriptor #Types
118-
export gbset, gbget, getfill, setfill # global and object specific options.
118+
export gbset, gbget, getfill, setfill, # global and object specific options.
119+
setstorageorder!, sparsitystatus, format, mask, mask!
119120
# export xtype, ytype, ztype #Determine input/output types of operators
120121
export GBScalar, GBVector, GBMatrix, GBMatrixC, GBMatrixR #arrays
121122
export lgamma, gamma, erf, erfc #reexport of SpecialFunctions.
122123

123124
# Function arguments not found elsewhere in Julia
124125
#UnaryOps not found in Julia/stdlibs.
125-
export frexpe, frexpx, positioni, positionj
126+
export frexpe, frexpx, rowindex, colindex
126127
#BinaryOps not found in Julia/stdlibs.
127128
export firsti, firstj, secondi, secondj
128129
# unexported but important BinaryOps:

0 commit comments

Comments
 (0)