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

Packages that use org.apache.commons.math.analysis.solvers
org.apache.commons.math.analysis.solvers Root finding algorithms, for univariate real functions. 
org.apache.commons.math.dfp Decimal floating point library for Java Another floating point class. 
org.apache.commons.math.ode This package provides classes to solve Ordinary Differential Equations problems. 
org.apache.commons.math.ode.events This package provides classes to handle discrete events occurring during Ordinary Differential Equations integration. 
org.apache.commons.math.ode.nonstiff This package provides classes to solve non-stiff Ordinary Differential Equations problems. 
org.apache.commons.math.optimization.general This package provides optimization algorithms that require derivatives. 
 

Classes in org.apache.commons.math.analysis.solvers used by org.apache.commons.math.analysis.solvers
AbstractDifferentiableUnivariateRealSolver
          Provide a default implementation for several functions useful to generic solvers.
AbstractPolynomialSolver
          Base class for solvers.
AbstractUnivariateRealSolver
          Base class for solvers.
AllowedSolution
          The kinds of solutions that a (bracketed univariate real) root-finding algorithm may accept as solutions.
BaseAbstractUnivariateRealSolver
          Provide a default implementation for several functions useful to generic solvers.
BaseSecantSolver
          Base class for all bracketing Secant-based methods for root-finding (approximating a zero of a univariate real function).
BaseSecantSolver.Method
          Secant-based root-finding methods.
BaseUnivariateRealSolver
          Interface for (univariate real) rootfinding algorithms.
BracketedUnivariateRealSolver
          Interface for (univariate real) root-finding algorithms that maintain a bracketed solution.
DifferentiableUnivariateRealSolver
          Interface for (univariate real) rootfinding algorithms.
PolynomialSolver
          Interface for (polynomial) root-finding algorithms.
UnivariateRealSolver
          Interface for (univariate real) root-finding algorithms.
 

Classes in org.apache.commons.math.analysis.solvers used by org.apache.commons.math.dfp
AllowedSolution
          The kinds of solutions that a (bracketed univariate real) root-finding algorithm may accept as solutions.
 

Classes in org.apache.commons.math.analysis.solvers used by org.apache.commons.math.ode
UnivariateRealSolver
          Interface for (univariate real) root-finding algorithms.
 

Classes in org.apache.commons.math.analysis.solvers used by org.apache.commons.math.ode.events
UnivariateRealSolver
          Interface for (univariate real) root-finding algorithms.
 

Classes in org.apache.commons.math.analysis.solvers used by org.apache.commons.math.ode.nonstiff
UnivariateRealSolver
          Interface for (univariate real) root-finding algorithms.
 

Classes in org.apache.commons.math.analysis.solvers used by org.apache.commons.math.optimization.general
UnivariateRealSolver
          Interface for (univariate real) root-finding algorithms.
 



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