Ginger 1.1.5; VERSION ${PROJECT_VERSION}
Loading...
Searching...
No Matches
Public Attributes | List of all members
Options Class Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ max_iters

unsigned int Options::max_iters = 2000U

◆ tol_ind

double Options::tol_ind = 1e-15

◆ tolerance

double Options::tolerance = 1e-12

The documentation for this class was generated from the following file: