| Package | Description | 
|---|---|
| org.apache.commons.math3.analysis.solvers | Root finding algorithms, for univariate real functions. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IllinoisSolverImplements the Illinois method for root-finding (approximating
 a zero of a univariate real function). | 
| 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). | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.