You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tolerance for computed continued fractions, cf_tol, should be related to the desired tolerance on omega, tol, by the gradient of the "objective function" (continued fraction equation). We can estimate it with a finite difference derivative.
If cf_tol ends up being smaller than DBL_EPSILON, we probably won't be able to polish omega to the desired tolerance.
The text was updated successfully, but these errors were encountered:
The tolerance for computed continued fractions,
cf_tol
, should be related to the desired tolerance on omega,tol
, by the gradient of the "objective function" (continued fraction equation). We can estimate it with a finite difference derivative.If cf_tol ends up being smaller than DBL_EPSILON, we probably won't be able to polish omega to the desired tolerance.
The text was updated successfully, but these errors were encountered: