Package org.hipparchus.analysis.solvers
Interface UnivariateSolver
- All Superinterfaces:
BaseUnivariateSolver<UnivariateFunction>
- All Known Implementing Classes:
AbstractUnivariateSolver
,BaseSecantSolver
,BisectionSolver
,BracketingNthOrderBrentSolver
,BrentSolver
,IllinoisSolver
,MullerSolver
,MullerSolver2
,PegasusSolver
,RegulaFalsiSolver
,RiddersSolver
,SecantSolver
Interface for (univariate real) root-finding algorithms.
Implementations will search for only one zero in the given interval.
-
Method Summary
Methods inherited from interface org.hipparchus.analysis.solvers.BaseUnivariateSolver
getAbsoluteAccuracy, getEvaluations, getFunctionValueAccuracy, getRelativeAccuracy, solve, solve, solve