Home
last modified time | relevance | path

Searched refs:cluster2 (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/geometry/
Dtwo_farthest_clusters.py57 cluster2 = []
59 (cluster1 if p.distance(fp1) <= p.distance(fp2) else cluster2).append(p)
61 return (cluster1, cluster2)
/external/ceres-solver/internal/ceres/
Dvisibility_based_preconditioner.cc485 int cluster2 = cluster_membership_[block2]; in IsBlockPairInPreconditioner() local
486 if (cluster1 > cluster2) { in IsBlockPairInPreconditioner()
487 std::swap(cluster1, cluster2); in IsBlockPairInPreconditioner()
489 return (cluster_pairs_.count(make_pair(cluster1, cluster2)) > 0); in IsBlockPairInPreconditioner()
518 const int cluster2 = *it2; in ForestToClusterPairs() local
519 if (cluster1 < cluster2) { in ForestToClusterPairs()
520 cluster_pairs->insert(make_pair(cluster1, cluster2)); in ForestToClusterPairs()