You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In NetworkX, I can specify the column/row order of the adjacency matrix through a list of nodes node_list passed to the adjacency_matrix() function. The rustworkx adjacency_matrix() function currently has no such functionality.
This would be tremendously helpful in applications where I have to convert the graph to a matrix for further computation - and must therefore be certain of matrix column/row ordering.