Home
last modified time | relevance | path

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

/external/eigen/bench/
Danalyze-blocking-sizes.cpp500 vector<size_t> best_candidate_indices_subset; in find_subset_with_efficiency_higher_than() local
513 best_candidate_indices_subset = candidate_indices_subset; in find_subset_with_efficiency_higher_than()
522 for (size_t i = 0; i < best_candidate_indices_subset.size(); i++) { in find_subset_with_efficiency_higher_than()
523 candidate_indices[i] = candidate_indices[best_candidate_indices_subset[i]]; in find_subset_with_efficiency_higher_than()
525 candidate_indices.resize(best_candidate_indices_subset.size()); in find_subset_with_efficiency_higher_than()