Graph projections implemented with graphblas
This is an alternative to the gunrock implementation. That implementation naively allocates a |V|x|V|
array to store the projected graph. Unfortunately, this leads to OOM errors very quickly.
- Since we're multiplying a matrix with itself, we may to duplicate all of the data?