org.apache.commons.math.analysis.solvers
Interface UnivariateRealSolver

All Superinterfaces:
BaseUnivariateRealSolver<UnivariateRealFunction>
All Known Implementing Classes:
AbstractUnivariateRealSolver, BaseSecantSolver, BisectionSolver, BracketingNthOrderBrentSolver, BrentSolver, IllinoisSolver, MullerSolver, MullerSolver2, PegasusSolver, RegulaFalsiSolver, RiddersSolver, SecantSolver

public interface UnivariateRealSolver
extends BaseUnivariateRealSolver<UnivariateRealFunction>

Interface for (univariate real) root-finding algorithms. Implementations will search for only one zero in the given interval.

Version:
$Id: UnivariateRealSolver.java 1131229 2011-06-03 20:49:25Z luc $

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



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.