Uses of Class
org.apache.commons.math.analysis.solvers.UnivariateRealSolverImpl
-
Packages that use UnivariateRealSolverImpl Package Description org.apache.commons.math.analysis.solvers Root finding algorithms, for univariate real functions. -
-
Uses of UnivariateRealSolverImpl in org.apache.commons.math.analysis.solvers
Subclasses of UnivariateRealSolverImpl in org.apache.commons.math.analysis.solvers 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.
-