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.apache.commons.math3.analysis.solvers.BaseUnivariateSolver
getAbsoluteAccuracy, getEvaluations, getFunctionValueAccuracy, getMaxEvaluations, getRelativeAccuracy, solve, solve, solve