Expand description
Numerical algorithms toolbox.
Constants§
- NEWTON_
METHOD_ THRESHOLD - Threshold that defines the convergence condition of the numerical Newton method.
- NUMBER_
ITERATION_ FAIL - After so many iterations, consider the numerical method has failed to converge.
Traits§
- Newton
Method Arguments - Trait to be added to your custom struc holding Newton’s method arguments.
Functions§
- newton_
method - Newton’s method algorithm.