| Package | Description | 
|---|---|
| org.hipparchus.analysis.solvers | Root finding algorithms, for univariate real functions. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BracketedUnivariateSolver<F extends UnivariateFunction>Interface for  (univariate real) root-finding
 algorithmsthat maintain a bracketed solution. | 
| interface  | PolynomialSolverInterface for (polynomial) root-finding algorithms. | 
| interface  | UnivariateDifferentiableSolverInterface for (univariate real) rootfinding algorithms. | 
| interface  | UnivariateSolverInterface for (univariate real) root-finding algorithms. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractPolynomialSolverBase class for solvers. | 
| class  | AbstractUnivariateDifferentiableSolverProvide a default implementation for several functions useful to generic
 solvers. | 
| class  | AbstractUnivariateSolverBase class for solvers. | 
| class  | BaseAbstractUnivariateSolver<F extends UnivariateFunction>Provide a default implementation for several functions useful to generic
 solvers. | 
| 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  | LaguerreSolverImplements the 
 Laguerre's Method for root finding of real coefficient polynomials. | 
| 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  | NewtonRaphsonSolverImplements 
 Newton's Method for finding zeros of real univariate differentiable
 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.