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.