Uses of Class
org.hipparchus.analysis.solvers.AbstractUnivariateSolver
Package
Description
Root finding algorithms, for univariate real functions.
-
Uses of AbstractUnivariateSolver in org.hipparchus.analysis.solvers
Modifier and TypeClassDescriptionclass
Base class for all bracketing Secant-based methods for root-finding (approximating a zero of a univariate real function).class
Implements the bisection algorithm for finding zeros of univariate real functions.class
This class implements a modification of the Brent algorithm.class
This class implements the Brent algorithm for finding zeros of real univariate functions.class
Implements the Illinois method for root-finding (approximating a zero of a univariate real function).class
This class implements the Muller's Method for root finding of real univariate functions.class
This class implements the Muller's Method for root finding of real univariate functions.class
Implements the Pegasus method for root-finding (approximating a zero of a univariate real function).class
Implements the Regula Falsi or False position method for root-finding (approximating a zero of a univariate real function).class
Implements the Ridders' Method for root finding of real univariate functions.class
Implements the Secant method for root-finding (approximating a zero of a univariate real function).