|
Ginger 1.1.5; VERSION ${PROJECT_VERSION}
|
Options for convergence-based algorithms. More...
#include <config.hpp>
Public Attributes | |
| unsigned int | max_iters = 2000U |
| double | tolerance = 1e-12 |
| double | tol_ind = 1e-15 |
Options for convergence-based algorithms.
Stores maximum iteration count, tolerance for global convergence, and per-root tolerance for convergence checks used by Bairstow and Aberth root-finding methods.
| unsigned int Options::max_iters = 2000U |
| double Options::tol_ind = 1e-15 |
| double Options::tolerance = 1e-12 |