MatrixNetworks.jl
MatrixNetworks.jl copied to clipboard
Add the reduced indices to the largest_component output
The output from largest component should also have the indices of the reduced set, and vice versa, if you call "enrich"
(e.g. find(p) gives the forward map, and we also want the reverse map) these are built as part of spectral_cut, I believe.