AleksanderWWW / abcd-graph

MIT License
3 stars 0 forks source link

Enable exporting adjecency matrix to sparse matrix #13

Closed AleksanderWWW closed 14 hours ago

AleksanderWWW commented 1 week ago

We need to add a property to export the graph's adj matrix to a sparse matrix, e.g. provided by scipy

AleksanderWWW commented 6 days ago

scipy provides an implementation of the Compressed Sparse Row matrix here: csr_matrix