|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UnivariateRealSolverImpl | |
| org.apache.commons.math.analysis | Implementations of common numerical analysis procedures, including root finding and function interpolation. |
| Uses of UnivariateRealSolverImpl in org.apache.commons.math.analysis |
| Subclasses of UnivariateRealSolverImpl in org.apache.commons.math.analysis | |
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 |
NewtonSolver
Implements Newton's Method for finding zeros of real univariate functions. |
class |
SecantSolver
Implements a modified version of the secant method for approximating a zero of a real univariate function. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||