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.cc170 scoped_ptr<Graph<int> > cluster_graph( in ComputeClusterTridiagonalSparsity() local
173 CHECK_NOTNULL(Degree2MaximumSpanningForest(*cluster_graph))); in ComputeClusterTridiagonalSparsity()
546 Graph<int>* cluster_graph = new Graph<int>; in CreateClusterGraph() local
549 cluster_graph->AddVertex(i); in CreateClusterGraph()
567 cluster_graph->AddEdge(i, j, intersection.size()); in CreateClusterGraph()
571 return cluster_graph; in CreateClusterGraph()