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