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

Numerical algorithms toolbox.

Constants

NEWTON_METHOD_THRESHOLD

Threshold that defines the convergence of the numerical Newton method.

Traits

NewtonMethodArguments

Trait to implement on your custom structure holding Newton’s method arguments.

Functions

newton_method

Newton’s method algorithm.