43 #ifndef SPECTRALBISECTION_H
44 #define SPECTRALBISECTION_H
64 std::vector<int>
getIndexMap(std::vector<double> Eigvec2);
TODO: Give description of Graph class and add comments to each function.
Definition: graph.h:37
std::vector< int > getIndexMap(std::vector< double > Eigvec2)
Gets the index map for the reordered graph.
Defines class for a graph object and struct for a matrix stored in compact sparse column format...
std::vector< int > spectralBisection(Graph G)
Performs spectral bisection on a graph.