-
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…
-
Approaching the package as a naïve potential user, I was looking for some examples after the 'getting started' section. Would recommend linking to the example notebooks as an entry in the Getting Star…
-
This is an issue to keep track of a potential optimization. I will start the PR.
> Unrelated to the issue/PR, but is it feasible/logical to ignore code tests on the update of docs o…
-
Created by: @ggservice007
Source: https://github.com/RedisGraph/RedisGraph/issues/419
Neo4j is mature and has a lot algorithms. But Neo4j is slow.
https://github.com/neo4j-contrib/neo4j-graph-algor…
-
A common use case for the ANY monoid (see #21) is in the ANY_PAIR semiring that is currently in SuiteSparse:GraphBLAS. The PAIR operator is called ONEB in the C spec, and, mathematically, ~FIRST_ONEB~…
-
The latest build succeeded, but PyPI only accepted some of the files because we're hitting our 20GB quota:
See https://github.com/GraphBLAS/python-suitesparse-graphblas/actions/runs/11390632136/job…
-
## Is your feature request related to a problem? Please describe.
It would be great if scipy's sparse matrix multiplication was multithreaded. It is the bottleneck in many computations in [`scanpy`…
-
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…
-
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 think it would be useful to have a "pair"-like binary operator that returns 0 instead of 1. The C spec uses "ONEB" instead of "PAIR", so perhaps "ZEROB" is an okay name.
This is known to be missi…