| H A D | factor.hpp | 31 /// Calculate all prime integer factors of \p x. 34 /// factors have been collected to reach the product \p limit. 42 std::vector<T> factors; local in function:clover::factor::find_integer_prime_factors 47 factors.push_back(d); 51 return factors; 56 /// Walk the power set of prime factors of the n-dimensional 64 const std::vector<std::vector<T>> &factors, 67 if (d >= factors.size()) { 71 } else if (i >= factors[d].size()) { 73 return next_grid_factor(limits, grid, factors, 62 next_grid_factor(const std::pair<T,std::vector<T>> & limits,const std::vector<T> & grid,const std::vector<std::vector<T>> & factors,std::pair<T,std::vector<T>> block,unsigned d=0,unsigned i=0) argument 114 const std::vector<std::vector<T>> factors = local in function:clover::factor::find_grid_optimal_factor [all...] |