SpECTRE
v2025.03.17
|
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 | |
![]() | |
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.