Uses of Class
org.apache.commons.math4.analysis.solvers.BaseAbstractUnivariateSolver
| Package | Description |
|---|---|
| org.apache.commons.math4.analysis.solvers |
Root finding algorithms, for univariate real functions.
|
-
Uses of BaseAbstractUnivariateSolver in org.apache.commons.math4.analysis.solvers
Subclasses of BaseAbstractUnivariateSolver in org.apache.commons.math4.analysis.solvers Modifier and Type Class Description classAbstractPolynomialSolverBase class for solvers.classAbstractUnivariateDifferentiableSolverProvide a default implementation for several functions useful to generic solvers.classAbstractUnivariateSolverBase class for solvers.classBaseSecantSolverBase class for all bracketing Secant-based methods for root-finding (approximating a zero of a univariate real function).classBisectionSolverImplements the bisection algorithm for finding zeros of univariate real functions.classBracketingNthOrderBrentSolverThis class implements a modification of the Brent algorithm.classBrentSolverThis class implements the Brent algorithm for finding zeros of real univariate functions.classIllinoisSolverImplements the Illinois method for root-finding (approximating a zero of a univariate real function).classLaguerreSolverImplements the Laguerre's Method for root finding of real coefficient polynomials.classMullerSolverThis class implements the Muller's Method for root finding of real univariate functions.classMullerSolver2This class implements the Muller's Method for root finding of real univariate functions.classNewtonRaphsonSolverImplements Newton's Method for finding zeros of real univariate differentiable functions.classPegasusSolverImplements the Pegasus method for root-finding (approximating a zero of a univariate real function).classRegulaFalsiSolverImplements the Regula Falsi or False position method for root-finding (approximating a zero of a univariate real function).classRiddersSolverImplements the Ridders' Method for root finding of real univariate functions.classSecantSolverImplements the Secant method for root-finding (approximating a zero of a univariate real function).