Home
last modified time | relevance | path

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

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