| Name | Description | Type | Package | Framework |
| AbstractDifferentiableUnivariateSolver | Class | org.apache.commons.math3.analysis.solvers | Apache Commons | |
| AbstractPolynomialSolver | Base class for solvers. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
| AbstractUnivariateDifferentiableSolver | Class | org.apache.commons.math3.analysis.solvers | Apache Commons | |
| AbstractUnivariateSolver | Base class for solvers. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
| AllowedSolution | enum AllowedSolutionThe kinds of solutions that a (bracketed univariate real) root-finding algorithm may accept as solutions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
| BaseAbstractUnivariateSolver | Provide a default implementation for several functions useful to generic The default values for relative and function tolerances are 1e-14 | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
| BaseSecantSolver | Base class for all bracketing Secant-based methods for root-finding (approximating a zero of a univariate real function). | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
| BaseSecantSolver .Method | Secant-based root-finding methods. | Class | org.apache.commons.math3.analysis.solvers.BaseSecantSolver | Apache Commons |
| BaseUnivariateSolver | Interface for (univariate real) rootfinding algorithms. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
| BisectionSolver | bisection algorithm for finding zeros of univariate real functions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
| BracketedRealFieldUnivariateSolver | Interface for (univariate real) root-finding algorithms that maintain a bracketed solution. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
| BracketedUnivariateSolver | Interface for (univariate real) root-finding algorithms that maintain a bracketed solution. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
| BracketingNthOrderBrentSolver | This class implements a modification of the Brent algorithm. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
| BrentSolver | This class implements the Brent algorithm for finding zeros of real univariate functions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
| DifferentiableUnivariateSolver | Interface for (univariate real) rootfinding algorithms. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
| FieldBracketingNthOrderBrentSolver | This class implements a modification of the Brent algorithm. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
| IllinoisSolver | a zero of a univariate real function). | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
| LaguerreSolver | Laguerre's Method for root finding of real coefficient polynomials. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
| MullerSolver | This class implements the Muller's Method for root finding of real univariate functions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
| MullerSolver2 | This class implements the Muller's Method for root finding of real univariate functions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
| NewtonRaphsonSolver | Class | org.apache.commons.math3.analysis.solvers | Apache Commons | |
| NewtonSolver | Newton's Method for finding zeros of real univariate functions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
| PegasusSolver | a zero of a univariate real function). | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
| PolynomialSolver | Interface for (polynomial) root-finding algorithms. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
| RegulaFalsiSolver | root-finding (approximating a zero of a univariate real function). | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
| RiddersSolver | Ridders' Method for root finding of real univariate functions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
| SecantSolver | zero of a univariate real function). | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
| UnivariateDifferentiableSolver | Interface for (univariate real) rootfinding algorithms. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
| UnivariateSolver | Interface for (univariate real) root-finding algorithms. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
| UnivariateSolverUtils | Utility routines for UnivariateSolver objects. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |