Uses of Interface
org.apache.commons.math4.analysis.solvers.UnivariateSolver
| Package | Description |
|---|---|
| org.apache.commons.math4.analysis.solvers |
Root finding algorithms, for univariate real functions.
|
-
Uses of UnivariateSolver in org.apache.commons.math4.analysis.solvers
Classes in org.apache.commons.math4.analysis.solvers that implement UnivariateSolver Modifier and Type Class Description classAbstractUnivariateSolverBase class for solvers.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).