newton

(Quasi-)Newton schemes to find zeros of functionals.

Functions

bfgs_method(f, x[, line_search, maxiter, …])

Quasi-Newton BFGS method to minimize a differentiable function.

broydens_method(f, x[, line_search, impl, …])

Broyden’s first method, a quasi-Newton scheme.

newtons_method(f, x[, line_search, maxiter, …])

Newton’s method for minimizing a functional.