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 114 double edge_weight = 0.0; local
116 edge_weight = 1.0;
119 EXPECT_EQ(graph->EdgeWeight(i, j), edge_weight)
122 << " expected weight: " << edge_weight;
190 double edge_weight = 0.0; local
192 edge_weight = 1.0;
194 EXPECT_EQ(graph->EdgeWeight(i, j), edge_weight)
197 << " expected weight: " << edge_weight;
graph_algorithms.h 216 // The elements of this vector, are pairs<edge_weight,
249 const double edge_weight = graph.EdgeWeight(vertex1, vertex2); local
250 forest->AddEdge(vertex1, vertex2, edge_weight);
251 forest->AddEdge(vertex2, vertex1, edge_weight);

Completed in 265 milliseconds