Package org.hipparchus.analysis.solvers
Interface PolynomialSolver
- All Superinterfaces:
BaseUnivariateSolver<PolynomialFunction>
- All Known Implementing Classes:
AbstractPolynomialSolver
,LaguerreSolver
Interface for (polynomial) 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