|
Ginger 1.1.9
|
Algorithm options (max iterations, tolerance) More...
#include <cstddef>Go to the source code of this file.
Classes | |
| class | ginger::Options |
Namespaces | |
| namespace | ginger |
| Options for convergence-based algorithms. | |
Functions | |
| auto | ginger::should_parallelize (std::size_t num_roots) -> bool |
Whether num_roots should use the multi-threaded execution policy. | |
Variables | |
| constexpr std::size_t | ginger::PARALLEL_THRESHOLD = 4 |
| Number of roots above which the multi-threaded policies are used by default. | |
Algorithm options (max iterations, tolerance)