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.