Uses of Interface
org.apache.commons.math3.analysis.solvers.UnivariateSolver
Packages that use UnivariateSolver
Package
Description
Root finding algorithms, for univariate real functions.
This package provides classes to solve Ordinary Differential Equations problems.
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
This package provides optimization algorithms that require derivatives.
This package provides optimization algorithms that require derivatives.
-
Uses of UnivariateSolver in org.apache.commons.math3.analysis.solvers
Classes in org.apache.commons.math3.analysis.solvers that implement UnivariateSolverModifier and TypeClassDescriptionclassBase 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).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 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). -
Uses of UnivariateSolver in org.apache.commons.math3.ode
Methods in org.apache.commons.math3.ode with parameters of type UnivariateSolverModifier and TypeMethodDescriptionvoidAbstractIntegrator.addEventHandler(EventHandler handler, double maxCheckInterval, double convergence, int maxIterationCount, UnivariateSolver solver) Add an event handler to the integrator.voidODEIntegrator.addEventHandler(EventHandler handler, double maxCheckInterval, double convergence, int maxIterationCount, UnivariateSolver solver) Add an event handler to the integrator. -
Uses of UnivariateSolver in org.apache.commons.math3.ode.events
Constructors in org.apache.commons.math3.ode.events with parameters of type UnivariateSolverModifierConstructorDescriptionEventState(EventHandler handler, double maxCheckInterval, double convergence, int maxIterationCount, UnivariateSolver solver) Simple constructor. -
Uses of UnivariateSolver in org.apache.commons.math3.ode.nonstiff
Methods in org.apache.commons.math3.ode.nonstiff with parameters of type UnivariateSolverModifier and TypeMethodDescriptionvoidGraggBulirschStoerIntegrator.addEventHandler(EventHandler function, double maxCheckInterval, double convergence, int maxIterationCount, UnivariateSolver solver) Add an event handler to the integrator. -
Uses of UnivariateSolver in org.apache.commons.math3.optim.nonlinear.scalar.gradient
Constructors in org.apache.commons.math3.optim.nonlinear.scalar.gradient with parameters of type UnivariateSolverModifierConstructorDescriptionNonLinearConjugateGradientOptimizer(NonLinearConjugateGradientOptimizer.Formula updateFormula, ConvergenceChecker<PointValuePair> checker, UnivariateSolver lineSearchSolver) Deprecated.as of 3.3.NonLinearConjugateGradientOptimizer(NonLinearConjugateGradientOptimizer.Formula updateFormula, ConvergenceChecker<PointValuePair> checker, UnivariateSolver lineSearchSolver, Preconditioner preconditioner) Deprecated.as of 3.3. -
Uses of UnivariateSolver in org.apache.commons.math3.optimization.general
Constructors in org.apache.commons.math3.optimization.general with parameters of type UnivariateSolverModifierConstructorDescriptionNonLinearConjugateGradientOptimizer(ConjugateGradientFormula updateFormula, ConvergenceChecker<PointValuePair> checker, UnivariateSolver lineSearchSolver) Deprecated.Constructor with defaultpreconditioner.NonLinearConjugateGradientOptimizer(ConjugateGradientFormula updateFormula, ConvergenceChecker<PointValuePair> checker, UnivariateSolver lineSearchSolver, Preconditioner preconditioner) Deprecated.