|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnivariateRealSolver | |
---|---|
org.apache.commons.math.analysis.solvers | Root finding algorithms, for univariate real functions. |
org.apache.commons.math.optimization.general | This package provides optimization algorithms that require derivatives. |
Uses of UnivariateRealSolver in org.apache.commons.math.analysis.solvers |
---|
Classes in org.apache.commons.math.analysis.solvers that implement UnivariateRealSolver | |
---|---|
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 |
LaguerreSolver
Implements the Laguerre's Method for root finding of real coefficient polynomials. |
class |
MullerSolver
Implements the Muller's Method for root finding of real univariate functions. |
class |
NewtonSolver
Implements Newton's Method for finding zeros of real univariate functions. |
class |
RiddersSolver
Implements the Ridders' Method for root finding of real univariate functions. |
class |
SecantSolver
Implements a modified version of the secant method for approximating a zero of a real univariate function. |
class |
UnivariateRealSolverImpl
Provide a default implementation for several functions useful to generic solvers. |
Uses of UnivariateRealSolver in org.apache.commons.math.optimization.general |
---|
Methods in org.apache.commons.math.optimization.general with parameters of type UnivariateRealSolver | |
---|---|
void |
NonLinearConjugateGradientOptimizer.setLineSearchSolver(UnivariateRealSolver lineSearchSolver)
Set the solver to use during line search. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |