Searched refs:cluster_graph (Results 1 – 1 of 1) sorted by relevance
170 scoped_ptr<Graph<int> > cluster_graph( in ComputeClusterTridiagonalSparsity() local173 CHECK_NOTNULL(Degree2MaximumSpanningForest(*cluster_graph))); in ComputeClusterTridiagonalSparsity()546 Graph<int>* cluster_graph = new Graph<int>; in CreateClusterGraph() local549 cluster_graph->AddVertex(i); in CreateClusterGraph()567 cluster_graph->AddEdge(i, j, intersection.size()); in CreateClusterGraph()571 return cluster_graph; in CreateClusterGraph()