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
In the real TOMS748, the first call to newton_quadratic is always with k=2, in the julia code, it can be k=3.
It probably does not matter too much, but as there is no comment around, it suggests an error.
The text was updated successfully, but these errors were encountered:
In the real TOMS748, the first call to newton_quadratic is always with k=2, in the julia code, it can be k=3.
It probably does not matter too much, but as there is no comment around, it suggests an error.
The text was updated successfully, but these errors were encountered: