Skip to main content

Module newton_raphson

Module newton_raphson 

Source
Expand description

Newton-Raphson: quadratic convergence near the root, given an analytic derivative. Used by the Barone-Adesi-Whaley critical-boundary solve.

Functionsยง

newton_raphson
Newton-Raphson with an analytic derivative. A vanishing or non-finite derivative stops the iteration with converged: false.