Uses of Class
org.apache.commons.math.analysis.solvers.UnivariateRealSolverImpl
Packages that use UnivariateRealSolverImpl
Package
Description
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.solversModifier and TypeClassDescriptionclass
Implements the bisection algorithm for finding zeros of univariate real functions.class
Implements the Brent algorithm for finding zeros of real univariate functions.class
Implements the Laguerre's Method for root finding of real coefficient polynomials.class
Implements the Muller's Method for root finding of real univariate functions.class
Implements Newton's Method for finding zeros of real univariate functions.class
Implements the Ridders' Method for root finding of real univariate functions.class
Implements a modified version of the secant method for approximating a zero of a real univariate function.