Class BisectionSolver

All Implemented Interfaces:
UnivariateRealSolver, ConvergingAlgorithm

public class BisectionSolver extends UnivariateRealSolverImpl
Implements the bisection algorithm for finding zeros of univariate real 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) $