Uses of Class
org.apache.commons.math.analysis.UnivariateRealSolverImpl

Packages that use UnivariateRealSolverImpl
org.apache.commons.math.analysis Implementations of common numerical analysis procedures, including root finding and function interpolation. 
 

Uses of UnivariateRealSolverImpl in org.apache.commons.math.analysis
 

Subclasses of UnivariateRealSolverImpl in org.apache.commons.math.analysis
 class BisectionSolver
          Provide the bisection algorithm for solving for zeros of real univariate functions.
 class BrentSolver
          Provide the Brent algorithm for solving for zeros of real univariate functions.
 class SecantSolver
          Provide the secant algorithm for solving for zeros of real univariate functions.
 



Copyright © 2003-2004 Apache Software Foundation. All Rights Reserved.