Searched refs:CreateSchurComplementGraph (Results 1 – 4 of 4) sorted by relevance
77 Graph<int>* CreateSchurComplementGraph(const vector<set<int> >& visibility);
111 scoped_ptr<Graph<int> > graph(CreateSchurComplementGraph(visibility)); in TEST()187 scoped_ptr<Graph<int> > graph(CreateSchurComplementGraph(visibility)); in TEST()
79 Graph<int>* CreateSchurComplementGraph(const vector<set<int> >& visibility) { in CreateSchurComplementGraph() function
193 CHECK_NOTNULL(CreateSchurComplementGraph(visibility))); in ClusterCameras()