Searched defs:cluster_pairs (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dvisibility_based_preconditioner_test.cc111 const HashSet<pair<int, int> >& cluster_pairs = get_cluster_pairs(); local
116 if (cluster_pairs.count(make_pair(cluster_membership[i],
135 const HashSet<pair<int, int> >& cluster_pairs = get_cluster_pairs(); local
149 if (cluster_pairs.count(make_pair(i, j))) {
273 HashSet<pair<int, int> >& cluster_pairs = *get_mutable_cluster_pairs(); local
274 cluster_pairs.clear();
275 cluster_pairs.insert(make_pair(0, 0));
321 HashSet<pair<int, int> >& cluster_pairs = *get_mutable_cluster_pairs(); local
322 cluster_pairs.clear();
324 cluster_pairs
347 HashSet<pair<int, int> >& cluster_pairs = *get_mutable_cluster_pairs(); local
[all...]

Completed in 149 milliseconds