Searched refs:cluster_graph (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dvisibility_based_preconditioner.cc187 scoped_ptr<Graph<int> > cluster_graph(
190 CHECK_NOTNULL(Degree2MaximumSpanningForest(*cluster_graph)));
549 Graph<int>* cluster_graph = new Graph<int>; local
552 cluster_graph->AddVertex(i);
570 cluster_graph->AddEdge(i, j, intersection.size());
574 return cluster_graph;

Completed in 64 milliseconds