Package org.apache.commons.math.analysis.solvers
package org.apache.commons.math.analysis.solvers
Root finding algorithms, for univariate real functions.
-
ClassDescriptionImplements the bisection algorithm for finding zeros of univariate real functions.Implements the Brent algorithm for finding zeros of real univariate functions.Implements the Laguerre's Method for root finding of real coefficient polynomials.Implements the Muller's Method for root finding of real univariate functions.Implements Newton's Method for finding zeros of real univariate functions.Implements the Ridders' Method for root finding of real univariate functions.Implements a modified version of the secant method for approximating a zero of a real univariate function.Interface for (univariate real) rootfinding algorithms.Abstract factory class used to create
UnivariateRealSolver
instances.A concreteUnivariateRealSolverFactory
.Deprecated.in 2.2 (to be removed in 3.0).Utility routines forUnivariateRealSolver
objects.