Class NewtonSolver

All Implemented Interfaces:
UnivariateRealSolver, ConvergingAlgorithm

public class NewtonSolver extends UnivariateRealSolverImpl
Implements Newton's Method for finding zeros of real univariate functions.

The function should be continuous but not necessarily smooth.