Uses of Interface
org.hipparchus.analysis.solvers.BracketedUnivariateSolver
Package
Description
Root finding algorithms, for univariate real functions.
-
Uses of BracketedUnivariateSolver 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
This class implements a modification of the Brent algorithm.class
Implements the Illinois method for root-finding (approximating a zero of a univariate real function).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).Modifier and TypeMethodDescriptionstatic double
UnivariateSolverUtils.forceSide
(int maxEval, UnivariateFunction f, BracketedUnivariateSolver<UnivariateFunction> bracketing, double baseRoot, double min, double max, AllowedSolution allowedSolution) Force a root found by a non-bracketing solver to lie on a specified side, as if the solver were a bracketing one.