HomeSort by relevance Sort by last modified time
    Searched refs:Degree2MaximumSpanningForest (Results 1 - 3 of 3) sorted by null

  /external/ceres-solver/internal/ceres/
graph_algorithms_test.cc 104 TEST(Degree2MaximumSpanningForest, PreserveWeights) {
111 scoped_ptr<Graph<int> > forest(Degree2MaximumSpanningForest(graph));
121 TEST(Degree2MaximumSpanningForest, StarGraph) {
134 scoped_ptr<Graph<int> > forest(Degree2MaximumSpanningForest(graph));
graph_algorithms.h 274 Degree2MaximumSpanningForest(const Graph<Vertex>& graph) {
visibility_based_preconditioner.cc 173 CHECK_NOTNULL(Degree2MaximumSpanningForest(*cluster_graph)));

Completed in 719 milliseconds