constexpr auto make_vdc_table() -> std::array< double, N >
Helper to generate a constexpr table of VdCorput<Base> values.
Definition aberth.hpp:21
double tol_ind
Definition config.hpp:23
unsigned int max_iters
Definition config.hpp:21
double tolerance
Definition config.hpp:22
Options for convergence-based algorithms.
Definition aberth.hpp:13
auto should_parallelize(std::size_t num_roots) -> bool
Whether num_roots should use the multi-threaded execution policy.
Definition config.hpp:30
constexpr std::size_t PARALLEL_THRESHOLD
Number of roots above which the multi-threaded policies are used by default.
Definition config.hpp:27