Home
last modified time | relevance | path

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

/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()