Searched refs:cluster_graph (Results 1 – 1 of 1) sorted by relevance
187 scoped_ptr<Graph<int> > cluster_graph( in ComputeClusterTridiagonalSparsity() local190 CHECK_NOTNULL(Degree2MaximumSpanningForest(*cluster_graph))); in ComputeClusterTridiagonalSparsity()549 Graph<int>* cluster_graph = new Graph<int>; in CreateClusterGraph() local552 cluster_graph->AddVertex(i); in CreateClusterGraph()570 cluster_graph->AddEdge(i, j, intersection.size()); in CreateClusterGraph()574 return cluster_graph; in CreateClusterGraph()