| Package | Description | 
|---|---|
| org.hipparchus.analysis.solvers | Root finding algorithms, for univariate real functions. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseSecantSolverBase class for all bracketing Secant-based methods for root-finding
 (approximating a zero of a univariate real function). | 
| class  | BisectionSolverImplements the 
 bisection algorithm for finding zeros of univariate real functions. | 
| class  | BracketingNthOrderBrentSolverThis class implements a modification of the  Brent algorithm. | 
| class  | BrentSolverThis class implements the 
 Brent algorithm for finding zeros of real univariate functions. | 
| class  | IllinoisSolverImplements the Illinois method for root-finding (approximating
 a zero of a univariate real function). | 
| class  | MullerSolverThis class implements the 
 Muller's Method for root finding of real univariate functions. | 
| class  | MullerSolver2This class implements the 
 Muller's Method for root finding of real univariate functions. | 
| class  | PegasusSolverImplements the Pegasus method for root-finding (approximating
 a zero of a univariate real function). | 
| class  | RegulaFalsiSolverImplements the Regula Falsi or False position method for
 root-finding (approximating a zero of a univariate real function). | 
| class  | RiddersSolverImplements the 
 Ridders' Method for root finding of real univariate functions. | 
| class  | SecantSolverImplements the Secant method for root-finding (approximating a
 zero of a univariate real function). | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.