@@ -115,14 +115,15 @@ export LibGraphBLAS
115
115
# export UnaryOps, BinaryOps, Monoids, Semirings #Submodules
116
116
export unaryop, binaryop, Monoid, semiring # UDFs
117
117
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!
119
120
# export xtype, ytype, ztype #Determine input/output types of operators
120
121
export GBScalar, GBVector, GBMatrix, GBMatrixC, GBMatrixR # arrays
121
122
export lgamma, gamma, erf, erfc # reexport of SpecialFunctions.
122
123
123
124
# Function arguments not found elsewhere in Julia
124
125
# UnaryOps not found in Julia/stdlibs.
125
- export frexpe, frexpx, positioni, positionj
126
+ export frexpe, frexpx, rowindex, colindex
126
127
# BinaryOps not found in Julia/stdlibs.
127
128
export firsti, firstj, secondi, secondj
128
129
# unexported but important BinaryOps:
0 commit comments