class  | 
AbstractUnivariateSolver | 
 Base class for solvers. 
 | 
class  | 
BaseSecantSolver | 
 Base class for all bracketing Secant-based methods for root-finding
 (approximating a zero of a univariate real function). 
 | 
class  | 
BisectionSolver | 
 | 
class  | 
BracketingNthOrderBrentSolver | 
 | 
class  | 
BrentSolver | 
This class implements the  
 Brent algorithm for finding zeros of real univariate functions.  
 | 
class  | 
IllinoisSolver | 
 Implements the Illinois method for root-finding (approximating
 a zero of a univariate real function). 
 | 
class  | 
MullerSolver | 
This class implements the  
 Muller's Method for root finding of real univariate functions.  
 | 
class  | 
MullerSolver2 | 
This class implements the  
 Muller's Method for root finding of real univariate functions.  
 | 
class  | 
PegasusSolver | 
 Implements the Pegasus method for root-finding (approximating
 a zero of a univariate real function). 
 | 
class  | 
RegulaFalsiSolver | 
 Implements the Regula Falsi or False position method for
 root-finding (approximating a zero of a univariate real function). 
 | 
class  | 
RiddersSolver | 
Implements the  
 Ridders' Method for root finding of real univariate functions.  
 | 
class  | 
SecantSolver | 
 Implements the Secant method for root-finding (approximating a
 zero of a univariate real function). 
 |