LanczosNetwork
LanczosNetwork copied to clipboard
unable to compute eigs with scipy sparse matrix
I am unable to compute eigenvalues when using a scipy sparse matrix, when I am able to do so with a numpy array.
nx.convert_matrix.to_numpy_matrix(...)
nx.convert_matrix.to_scipy_sparse_matrix
get_graph_laplacian_eigs
By the way, this is very interesting work!