GraphBLAS / graphblas-api-cpp

GraphBLAS C++ API Specification.
https://graphblas.org/graphblas-api-cpp/
10 stars 1 forks source link

Add sections on interoperability #9

Open BenBrock opened 2 years ago

BenBrock commented 2 years ago

Define precisely how a user should outfit a type to fulfill MatrixRange and MutableMatrixRange, etc. (Also do a proof-of-concept, e.g. with mdspan and nwgraph.)

Also, define precisely how a user should outfit a type to fulfill Monoid.