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

  /external/ceres-solver/internal/ceres/
visibility_test.cc 116 double edge_weight = 0.0; local
118 edge_weight = 1.0;
121 EXPECT_EQ(graph->EdgeWeight(i, j), edge_weight)
124 << " expected weight: " << edge_weight;
192 double edge_weight = 0.0; local
194 edge_weight = 1.0;
196 EXPECT_EQ(graph->EdgeWeight(i, j), edge_weight)
199 << " expected weight: " << edge_weight;
graph_algorithms.h 308 // The elements of this vector, are pairs<edge_weight,
341 const double edge_weight = graph.EdgeWeight(vertex1, vertex2); local
342 forest->AddEdge(vertex1, vertex2, edge_weight);
343 forest->AddEdge(vertex2, vertex1, edge_weight);

Completed in 469 milliseconds