Uses of Class
org.apache.commons.math3.analysis.solvers.AbstractUnivariateSolver
Packages that use AbstractUnivariateSolver
Package
Description
Root finding algorithms, for univariate real functions.
-
Uses of AbstractUnivariateSolver in org.apache.commons.math3.analysis.solvers
Subclasses of AbstractUnivariateSolver in org.apache.commons.math3.analysis.solversModifier and TypeClassDescriptionclassBase class for all bracketing Secant-based methods for root-finding (approximating a zero of a univariate real function).classImplements the bisection algorithm for finding zeros of univariate real functions.classThis class implements a modification of the Brent algorithm.classThis class implements the Brent algorithm for finding zeros of real univariate functions.classImplements the Illinois method for root-finding (approximating a zero of a univariate real function).classThis class implements the Muller's Method for root finding of real univariate functions.classThis class implements the Muller's Method for root finding of real univariate functions.classImplements the Pegasus method for root-finding (approximating a zero of a univariate real function).classImplements the Regula Falsi or False position method for root-finding (approximating a zero of a univariate real function).classImplements the Ridders' Method for root finding of real univariate functions.classImplements the Secant method for root-finding (approximating a zero of a univariate real function).