-
Do we use GrB_Info or have LAGr_Info that contains (possibly) a GrB_Info and a much richer set of information.
Is there an LAGr_error() that does analogous tasks to GrB_error() or something complet…
-
Scott began a section on exceptions, which I have updated.
Scott also added some notes on errors in the GraphBLAS C API, which I have moved to below:
### Notes on C API errors
#### Informationa…
-
Since `Transpose{T, SparseMatrixCSC{T}}` and `Adjoint{T, SparseMatrixCSC{T}}` are used as place-ins for CSR matrices, it may be a good idea to add `GBMatrix` constructors for these types, which would …
-
Forgive me if this is already an open issue.
It would be very nice to add broadcasting of vectors into matrices to the spec. See Python/Julia and more languages for prior art. For instance if you `…
-
I'm reading through the user guide and trying to match the descriptions to implementations as I go, and I wonder how y'all are imagining this relatively slippery question of "User to developer experie…
-
We have found that many applications want 3d arrays, and some may need arrays of even higher dimensions.
This is typically handled by _stacking_ arrays such that a single dimension of a GraphBLAS M…
-
RedisGraph requires a method to query a matrix, vector, or scalar to see if it has any pending operations. That is, it returns true
Roi (@swilly22) has one solution: https://github.com/DrTimothyAl…
-
i compiled like so: `make static -j CMAKE_OPTIONS='-DCOMPACT=1' `
got the ~11.8 MB static library file
```
root@clr-b5df9984821e4d129387e172044f5754~/xxx/libraries/lib # stat libgraphblas.a
File…
-
One consideration, is carrying along property flags that can effect how algorithms are carried out:
GrB_Matrix + property flags --> LAGr_Matrix
-
### What kind of feature would you like to request?
Additional function parameters / changed functionality / changed defaults?
### Please describe your wishes
@Intron7, found a use case 😆
…