| Package | Description | 
|---|---|
| org.hipparchus.analysis.solvers | 
 Root finding algorithms, for univariate real functions. 
 | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
IllinoisSolver | 
 Implements the Illinois method for root-finding (approximating
 a zero of a univariate real function). 
 | 
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). 
 | 
Copyright © 2016–2018 Hipparchus.org. All rights reserved.