LanczosNetwork icon indicating copy to clipboard operation
LanczosNetwork copied to clipboard

unable to compute eigs with scipy sparse matrix

Open AlbertoMQ opened this issue 4 years ago • 0 comments

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!

AlbertoMQ avatar Mar 05 '20 15:03 AlbertoMQ