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

All Superinterfaces:
BaseUnivariateRealSolver<PolynomialFunction>
All Known Implementing Classes:
AbstractPolynomialSolver, LaguerreSolver

public interface PolynomialSolver
extends BaseUnivariateRealSolver<PolynomialFunction>

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

Since:
3.0
Version:
$Id$

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.