Uses of Class
org.apache.commons.math.ConvergingAlgorithmImpl

Packages that use ConvergingAlgorithmImpl
org.apache.commons.math.analysis.integration Numerical integration (quadrature) algorithms for univariate real functions. 
org.apache.commons.math.analysis.solvers Root finding algorithms, for univariate real functions. 
org.apache.commons.math.optimization.univariate Univariate real functions minimum finding algorithms. 
 

Uses of ConvergingAlgorithmImpl in org.apache.commons.math.analysis.integration
 

Subclasses of ConvergingAlgorithmImpl in org.apache.commons.math.analysis.integration
 class LegendreGaussIntegrator
          Implements the Legendre-Gauss quadrature formula.
 class RombergIntegrator
          Implements the Romberg Algorithm for integration of real univariate functions.
 class SimpsonIntegrator
          Implements the Simpson's Rule for integration of real univariate functions.
 class TrapezoidIntegrator
          Implements the Trapezoidal Rule for integration of real univariate functions.
 class UnivariateRealIntegratorImpl
          Provide a default implementation for several generic functions.
 

Uses of ConvergingAlgorithmImpl in org.apache.commons.math.analysis.solvers
 

Subclasses of ConvergingAlgorithmImpl in org.apache.commons.math.analysis.solvers
 class BisectionSolver
          Implements the bisection algorithm for finding zeros of univariate real functions.
 class BrentSolver
          Implements the Brent algorithm for finding zeros of real univariate functions.
 class LaguerreSolver
          Implements the Laguerre's Method for root finding of real coefficient polynomials.
 class MullerSolver
          Implements the Muller's Method for root finding of real univariate functions.
 class NewtonSolver
          Implements Newton's Method for finding zeros of real univariate functions.
 class RiddersSolver
          Implements the Ridders' Method for root finding of real univariate functions.
 class SecantSolver
          Implements a modified version of the secant method for approximating a zero of a real univariate function.
 class UnivariateRealSolverImpl
          Deprecated. in 2.2 (to be removed in 3.0).
 

Uses of ConvergingAlgorithmImpl in org.apache.commons.math.optimization.univariate
 

Subclasses of ConvergingAlgorithmImpl in org.apache.commons.math.optimization.univariate
 class AbstractUnivariateRealOptimizer
          Provide a default implementation for several functions useful to generic optimizers.
 class BrentOptimizer
          Implements Richard Brent's algorithm (from his book "Algorithms for Minimization without Derivatives", p.
 



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