Uses of Package
org.apache.commons.math.analysis

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

Classes in org.apache.commons.math.analysis used by org.apache.commons.math.analysis
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.
UnivariateRealSolverFactory
          A factory to easily get a default solver and some convenience functions.
UnivariateRealSolverImpl
          Provide a default implementation for several functions useful to generic solvers.
 



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