org.apache.commons.math3.analysis.solvers
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.

Version:
$Id: UnivariateSolver.java 7703 2013-02-12 17:12:25Z CardosoP $

Method Summary
 
Methods inherited from interface org.apache.commons.math3.analysis.solvers.BaseUnivariateSolver
getAbsoluteAccuracy, getEvaluations, getFunctionValueAccuracy, getMaxEvaluations, getRelativeAccuracy, solve, solve, solve
 



Copyright © 2017 CNES. All Rights Reserved.