Uses of Class
org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
Packages that use BaseAbstractUnivariateSolver
Package
Description
Root finding algorithms, for univariate real functions.
-
Uses of BaseAbstractUnivariateSolver in org.hipparchus.analysis.solvers
Subclasses of BaseAbstractUnivariateSolver in org.hipparchus.analysis.solversModifier and TypeClassDescriptionclassBase class for solvers.classProvide a default implementation for several functions useful to generic solvers.classBase class for solvers.classBase class for all bracketing Secant-based methods for root-finding (approximating a zero of a univariate real function).classImplements the bisection algorithm for finding zeros of univariate real functions.classThis class implements a modification of the Brent algorithm.classThis class implements the Brent algorithm for finding zeros of real univariate functions.classImplements the Illinois method for root-finding (approximating a zero of a univariate real function).classImplements the Laguerre's Method for root finding of real coefficient polynomials.classThis class implements the Muller's Method for root finding of real univariate functions.classThis class implements the Muller's Method for root finding of real univariate functions.classImplements Newton's Method for finding zeros of real univariate differentiable functions.classImplements the Pegasus method for root-finding (approximating a zero of a univariate real function).classImplements the Regula Falsi or False position method for root-finding (approximating a zero of a univariate real function).classImplements the Ridders' Method for root finding of real univariate functions.classImplements the Secant method for root-finding (approximating a zero of a univariate real function).