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.

Version:
$Revision: 1070725 $ $Date: 2011-02-15 02:31:12 +0100 (mar. 15 févr. 2011) $