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

  /external/ceres-solver/internal/ceres/
visibility_based_preconditioner_test.cc 111 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.insert(make_pair(i, i))
347 HashSet<pair<int, int> >& cluster_pairs = *get_mutable_cluster_pairs(); local
    [all...]
visibility_based_preconditioner.h 205 HashSet<pair<int, int> >* cluster_pairs) const;
visibility_based_preconditioner.cc 505 HashSet<pair<int, int> >* cluster_pairs) const {
506 CHECK_NOTNULL(cluster_pairs)->clear();
516 cluster_pairs->insert(make_pair(cluster1, cluster1));
523 cluster_pairs->insert(make_pair(cluster1, cluster2));

Completed in 35 milliseconds