GraphBLAS / graphblas-api-cpp

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

Add NumPy-like `reshape` mechanism for converting vectors to matrices #13

Open BenBrock opened 1 year ago

BenBrock commented 1 year ago

Add a NumPy-like reshape method for converting matrix -> matrix, matrix -> vector, vector -> matrix.