Uses of Class
org.apache.commons.math4.analysis.solvers.AbstractUnivariateSolver
| Package | Description |
|---|---|
| org.apache.commons.math4.analysis.solvers |
Root finding algorithms, for univariate real functions.
|
-
Uses of AbstractUnivariateSolver in org.apache.commons.math4.analysis.solvers
Subclasses of AbstractUnivariateSolver in org.apache.commons.math4.analysis.solvers Modifier and Type Class Description classBaseSecantSolverBase class for all bracketing Secant-based methods for root-finding (approximating a zero of a univariate real function).classBisectionSolverImplements the bisection algorithm for finding zeros of univariate real functions.classBracketingNthOrderBrentSolverThis class implements a modification of the Brent algorithm.classBrentSolverThis class implements the Brent algorithm for finding zeros of real univariate functions.classIllinoisSolverImplements the Illinois method for root-finding (approximating a zero of a univariate real function).classMullerSolverThis class implements the Muller's Method for root finding of real univariate functions.classMullerSolver2This class implements the Muller's Method for root finding of real univariate functions.classPegasusSolverImplements the Pegasus method for root-finding (approximating a zero of a univariate real function).classRegulaFalsiSolverImplements the Regula Falsi or False position method for root-finding (approximating a zero of a univariate real function).classRiddersSolverImplements the Ridders' Method for root finding of real univariate functions.classSecantSolverImplements the Secant method for root-finding (approximating a zero of a univariate real function).