|
SpECTRE
v2025.08.19
|
Terminate when the result converges to a value. See GSL documentation for gsl_multiroot_test_delta. More...
#include <GslMultiRoot.hpp>
Public Member Functions | |
| Convergence (const double absolute_tolerance_, const double relative_tolerance_) | |
Public Attributes | |
| double | absolute_tolerance |
| double | relative_tolerance |
Additional Inherited Members | |
Protected Member Functions inherited from RootFinder::StoppingCondition | |
| StoppingCondition (const StoppingCondition &)=default | |
| StoppingCondition (StoppingCondition &&)=default | |
| StoppingCondition & | operator= (const StoppingCondition &)=default |
| StoppingCondition & | operator= (StoppingCondition &&)=default |
Terminate when the result converges to a value. See GSL documentation for gsl_multiroot_test_delta.