Uses of Interface
org.apache.commons.math4.analysis.solvers.BaseUnivariateSolver
| Package | Description |
|---|---|
| org.apache.commons.math4.analysis.solvers |
Root finding algorithms, for univariate real functions.
|
-
Uses of BaseUnivariateSolver in org.apache.commons.math4.analysis.solvers
Subinterfaces of BaseUnivariateSolver in org.apache.commons.math4.analysis.solvers Modifier and Type Interface Description interfaceBracketedUnivariateSolver<FUNC extends UnivariateFunction>Interface for(univariate real) root-finding algorithmsthat maintain a bracketed solution.interfacePolynomialSolverInterface for (polynomial) root-finding algorithms.interfaceUnivariateDifferentiableSolverInterface for (univariate real) rootfinding algorithms.interfaceUnivariateSolverInterface for (univariate real) root-finding algorithms.Classes in org.apache.commons.math4.analysis.solvers that implement BaseUnivariateSolver Modifier and Type Class Description classAbstractPolynomialSolverBase class for solvers.classAbstractUnivariateDifferentiableSolverProvide a default implementation for several functions useful to generic solvers.classAbstractUnivariateSolverBase class for solvers.classBaseAbstractUnivariateSolver<FUNC extends UnivariateFunction>Provide a default implementation for several functions useful to generic 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).