Uses of Class
org.hipparchus.analysis.solvers.BracketedRealFieldUnivariateSolver.Interval
Package
Description
Root finding algorithms, for univariate real functions.
-
Uses of BracketedRealFieldUnivariateSolver.Interval in org.hipparchus.analysis.solvers
Modifier and TypeMethodDescriptionBracketedRealFieldUnivariateSolver.solveInterval
(int maxEval, CalculusFieldUnivariateFunction<T> f, T min, T max) Solve for a zero in the given interval and return a tolerance interval surrounding the root.BracketedRealFieldUnivariateSolver.solveInterval
(int maxEval, CalculusFieldUnivariateFunction<T> f, T min, T max, T startValue) Solve for a zero in the given interval and return a tolerance interval surrounding the root.FieldBracketingNthOrderBrentSolver.solveInterval
(int maxEval, CalculusFieldUnivariateFunction<T> f, T min, T max, T startValue) Solve for a zero in the given interval and return a tolerance interval surrounding the root.