Module tool::core::numerical_algorithms[][src]

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

NewtonMethodArguments

Trait to be added to your custom struc holding Newton’s method arguments.

Functions

newton_method

Newton’s method algorithm.