Home
last modified time | relevance | path

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

/external/eigen/bench/
Danalyze-blocking-sizes.cpp495 vector<size_t> candidate_indices_subset; in find_subset_with_efficiency_higher_than() local
497 candidate_indices_subset, in find_subset_with_efficiency_higher_than()
507 trial_subset[out_subset.size() + i] = inout_remainder[candidate_indices_subset[i]]; in find_subset_with_efficiency_higher_than()
513 best_candidate_indices_subset = candidate_indices_subset; in find_subset_with_efficiency_higher_than()
515 if (is_last_subset(candidate_indices_subset, candidate_indices.size())) { in find_subset_with_efficiency_higher_than()
518 next_subset(candidate_indices_subset, candidate_indices.size()); in find_subset_with_efficiency_higher_than()