Home
last modified time | relevance | path

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

/external/eigen/bench/
Danalyze-blocking-sizes.cpp531 auto candidate_iterator = inout_remainder.begin() + candidate_index; in find_subset_with_efficiency_higher_than() local
534 trial_subset.push_back(*candidate_iterator); in find_subset_with_efficiency_higher_than()
537 out_subset.push_back(*candidate_iterator); in find_subset_with_efficiency_higher_than()
538 inout_remainder.erase(candidate_iterator); in find_subset_with_efficiency_higher_than()