Uses of Interface
org.apache.commons.math4.legacy.analysis.differentiation.UnivariateFunctionDifferentiator
-
Packages that use UnivariateFunctionDifferentiator Package Description org.apache.commons.math4.legacy.analysis.differentiation This package holds the main interfaces and basic building block classes dealing with differentiation. -
-
Uses of UnivariateFunctionDifferentiator in org.apache.commons.math4.legacy.analysis.differentiation
Classes in org.apache.commons.math4.legacy.analysis.differentiation that implement UnivariateFunctionDifferentiator Modifier and Type Class Description class
FiniteDifferencesDifferentiator
Univariate functions differentiator using finite differences.
-