Comment on Ask HN: What is the best software to visualize a graph with a billion nodes?Comments−bee_rider2yMaybe you could turn it into a sparse matrix, hit it with a couple different reorderings, do some matvecs, and see if that gives you any insight into it?
Comments
Maybe you could turn it into a sparse matrix, hit it with a couple different reorderings, do some matvecs, and see if that gives you any insight into it?