Class NewtonSolver

All Implemented Interfaces:
BaseUnivariateSolver<DifferentiableUnivariateFunction>, DifferentiableUnivariateSolver

@Deprecated public class NewtonSolver extends AbstractDifferentiableUnivariateSolver
Deprecated.
as of 3.1, replaced by NewtonRaphsonSolver
Implements Newton's Method for finding zeros of real univariate functions.

The function should be continuous but not necessarily smooth.