Uses of Interface
org.hipparchus.analysis.solvers.BaseUnivariateSolver
Package
Description
Root finding algorithms, for univariate real functions.
-
Uses of BaseUnivariateSolver in org.hipparchus.analysis.solvers
Modifier and TypeInterfaceDescriptioninterface
BracketedUnivariateSolver<F extends UnivariateFunction>
Interface for(univariate real) root-finding algorithms
that maintain a bracketed solution.interface
Interface for (polynomial) root-finding algorithms.interface
Interface for (univariate real) rootfinding algorithms.interface
Interface for (univariate real) root-finding algorithms.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
BaseAbstractUnivariateSolver<F extends UnivariateFunction>
Provide a default implementation for several functions useful to generic 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).