Uses of Class
org.hipparchus.analysis.differentiation.UnivariateDerivative
-
Packages that use UnivariateDerivative Package Description org.hipparchus.analysis.differentiation This package holds the main interfaces and basic building block classes dealing with differentiation. -
-
Uses of UnivariateDerivative in org.hipparchus.analysis.differentiation
Classes in org.hipparchus.analysis.differentiation with type parameters of type UnivariateDerivative Modifier and Type Class Description class
UnivariateDerivative<T extends UnivariateDerivative<T>>
Abstract class representing both the value and the differentials of a function.Subclasses of UnivariateDerivative in org.hipparchus.analysis.differentiation Modifier and Type Class Description class
UnivariateDerivative1
Class representing both the value and the differentials of a function.class
UnivariateDerivative2
Class representing both the value and the differentials of a function.
-