Package org.apache.commons.math.analysis

Implementations of common numerical analysis procedures, including root finding and function interpolation.

See:
          Description

Interface Summary
UnivariateRealFunction Provide an interface univariate real functions.
UnivariateRealInterpolator Interface for interpolating a data set.
UnivariateRealSolver Provide an interface to algorithms for solving for zeros of real univariate functions.
 

Class Summary
BisectionSolver Provide the bisection algorithm for solving for zeros of real univariate functions.
BrentSolver Provide the Brent algorithm for solving for zeros of real univariate functions.
CubicSplineFunction Represents a cubic spline function.
PolynomialFunction Represents a Polynomial function.
SecantSolver Provide the secant algorithm for solving for zeros of real univariate functions.
SplineInterpolator Computes a natural spline interpolation for the data set.
UnivariateRealSolverFactory A factory to easily get a default solver and some convenience functions.
UnivariateRealSolverFactoryImpl A factory to easily get a default solver and some convenience functions.
UnivariateRealSolverImpl Provide a default implementation for several functions useful to generic solvers.
UnivariateRealSolverUtils Utility routines for UnivariateRealSolver objects.
 

Package org.apache.commons.math.analysis Description

Implementations of common numerical analysis procedures, including root finding and function interpolation.



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