GraphBLAS/graphblas-api-cpp

Descriptors vs. Views (and how to handle OUTP:REPLACE)

Closed this issue · 1 comments

GBTL has shown how lightweight wrapper classes (views) can be used to capture transpose, structure and complement. Support for "replace" vs "merge" semantics is currently half baked.

Can we cleanly do away with the Descriptor class approach in C++ (I [scott] hope so).

Closing this, since we have settled on views in the spec.