Uses of Package
org.apache.commons.math3.analysis.solvers
Packages that use org.apache.commons.math3.analysis.solvers
Package
Description
Root finding algorithms, for univariate real functions.
Decimal floating point library for Java
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.
-
Classes in org.apache.commons.math3.analysis.solvers used by org.apache.commons.math3.analysis.solversClassDescriptionDeprecated.Base class for solvers.Provide a default implementation for several functions useful to generic solvers.Base class for solvers.The kinds of solutions that a
(bracketed univariate real) root-finding algorithm
may accept as solutions.Provide a default implementation for several functions useful to generic solvers.Base class for all bracketing Secant-based methods for root-finding (approximating a zero of a univariate real function).Secant-based root-finding methods.Interface for (univariate real) rootfinding algorithms.Interface for(univariate real) root-finding algorithms
that maintain a bracketed solution.Interface for(univariate real) root-finding algorithms
that maintain a bracketed solution.Deprecated.as of 3.1, replaced byUnivariateDifferentiableSolver
Interface for (polynomial) root-finding algorithms.Interface for (univariate real) rootfinding algorithms.Interface for (univariate real) root-finding algorithms. -
Classes in org.apache.commons.math3.analysis.solvers used by org.apache.commons.math3.dfpClassDescriptionThe kinds of solutions that a
(bracketed univariate real) root-finding algorithm
may accept as solutions.Interface for(univariate real) root-finding algorithms
that maintain a bracketed solution.This class implements a modification of the Brent algorithm. -
Classes in org.apache.commons.math3.analysis.solvers used by org.apache.commons.math3.odeClassDescriptionInterface for
(univariate real) root-finding algorithms
that maintain a bracketed solution.Interface for (univariate real) root-finding algorithms. -
Classes in org.apache.commons.math3.analysis.solvers used by org.apache.commons.math3.ode.eventsClassDescriptionInterface for
(univariate real) root-finding algorithms
that maintain a bracketed solution.Interface for (univariate real) root-finding algorithms. -
Classes in org.apache.commons.math3.analysis.solvers used by org.apache.commons.math3.ode.nonstiff
-
-
AbstractUnivariateDifferentiableSolver