|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnivariateRealSolver | |
org.apache.commons.math.analysis | Implementations of common numerical analysis procedures, including root finding and function interpolation. |
Uses of UnivariateRealSolver in org.apache.commons.math.analysis |
Classes in org.apache.commons.math.analysis that implement UnivariateRealSolver | |
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. |
class |
UnivariateRealSolverImpl
Provide a default implementation for several functions useful to generic solvers. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |