Uses of Interface
org.apache.commons.math.analysis.solvers.UnivariateRealSolver
- 
Packages that use UnivariateRealSolver Package Description 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 Modifier and Type Class Description classBisectionSolverImplements the bisection algorithm for finding zeros of univariate real functions.classBrentSolverImplements the Brent algorithm for finding zeros of real univariate functions.classLaguerreSolverImplements the Laguerre's Method for root finding of real coefficient polynomials.classMullerSolverImplements the Muller's Method for root finding of real univariate functions.classNewtonSolverImplements Newton's Method for finding zeros of real univariate functions.classRiddersSolverImplements the Ridders' Method for root finding of real univariate functions.classSecantSolverImplements a modified version of the secant method for approximating a zero of a real univariate function.classUnivariateRealSolverImplDeprecated.in 2.2 (to be removed in 3.0). - 
Uses of UnivariateRealSolver in org.apache.commons.math.optimization.general
Methods in org.apache.commons.math.optimization.general with parameters of type UnivariateRealSolver Modifier and Type Method Description voidNonLinearConjugateGradientOptimizer. setLineSearchSolver(UnivariateRealSolver lineSearchSolver)Set the solver to use during line search. 
 -