|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnivariateFunctionDifferentiator | |
---|---|
org.apache.commons.math3.analysis.differentiation | This package holds the main interfaces and basic building block classes dealing with differentiation. |
Uses of UnivariateFunctionDifferentiator in org.apache.commons.math3.analysis.differentiation |
---|
Classes in org.apache.commons.math3.analysis.differentiation that implement UnivariateFunctionDifferentiator | |
---|---|
class |
FiniteDifferencesDifferentiator
Univariate functions differentiator using finite differences. |
class |
RiddersDifferentiator
Implements Ridders method of polynomial extrapolation for differentiation of real univariate functions. The algorithm implemented in this class comes from Numerical Recipes in Fortran 77 : the art of scientific computing. With respect to the UnivariateDifferentiableFunction implementation,
since this class uses a specific differentiation algorithm,
the returned DerivativeStructure instances are constant
( they cannot provide derivatives other than the first order already computed when they are created). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |