Lines Matching refs:Graph
49 #include "ceres/graph.h"
154 // clusters by constructing another graph with the clusters as
164 // Construct a weighted graph on the set of clusters, where the
167 // maximum spanning forest of this graph.
170 scoped_ptr<Graph<int> > cluster_graph(
172 scoped_ptr<Graph<int> > forest(
192 scoped_ptr<Graph<int> > schur_complement_graph(
498 // Convert a graph into a list of edges that includes self edges for
501 const Graph<int>& forest,
541 // Construct a graph whose vertices are the clusters, and the edge
544 Graph<int>* VisibilityBasedPreconditioner::CreateClusterGraph(
546 Graph<int>* cluster_graph = new Graph<int>;