@@ -115,14 +115,15 @@ export LibGraphBLAS
115115# export UnaryOps, BinaryOps, Monoids, Semirings #Submodules
116116export unaryop, binaryop, Monoid, semiring # UDFs
117117export 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
120121export GBScalar, GBVector, GBMatrix, GBMatrixC, GBMatrixR # arrays
121122export 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.
127128export firsti, firstj, secondi, secondj
128129# unexported but important BinaryOps:
0 commit comments