Interface UnivariateSolver
-
- All Superinterfaces:
BaseUnivariateSolver<UnivariateFunction>
- All Known Implementing Classes:
AbstractUnivariateSolver
,BaseSecantSolver
,BisectionSolver
,BracketingNthOrderBrentSolver
,BrentSolver
,IllinoisSolver
,MullerSolver
,MullerSolver2
,PegasusSolver
,RegulaFalsiSolver
,RiddersSolver
,SecantSolver
public interface UnivariateSolver extends BaseUnivariateSolver<UnivariateFunction>
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.math4.legacy.analysis.solvers.BaseUnivariateSolver
getAbsoluteAccuracy, getEvaluations, getFunctionValueAccuracy, getMaxEvaluations, getRelativeAccuracy, solve, solve, solve
-
-