Home | History | Annotate | Download | only in ceres

Lines Matching refs:cluster_pairs

111     const HashSet<pair<int, int> >& cluster_pairs = get_cluster_pairs();
116 if (cluster_pairs.count(make_pair(cluster_membership[i],
135 const HashSet<pair<int, int> >& cluster_pairs = get_cluster_pairs();
149 if (cluster_pairs.count(make_pair(i, j))) {
273 HashSet<pair<int, int> >& cluster_pairs = *get_mutable_cluster_pairs();
274 cluster_pairs.clear();
275 cluster_pairs.insert(make_pair(0, 0));
321 HashSet<pair<int, int> >& cluster_pairs = *get_mutable_cluster_pairs();
322 cluster_pairs.clear();
324 cluster_pairs.insert(make_pair(i, i));
347 HashSet<pair<int, int> >& cluster_pairs = *get_mutable_cluster_pairs();
348 cluster_pairs.clear();
350 cluster_pairs.insert(make_pair(i, i));
352 cluster_pairs.insert(make_pair(0, 1));