Open
Description
What is the expected enhancement?
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.