Uses of Class
org.hipparchus.analysis.differentiation.FieldUnivariateDerivative
Package
Description
This package holds the main interfaces and basic building block classes
dealing with differentiation.
-
Uses of FieldUnivariateDerivative in org.hipparchus.analysis.differentiation
Modifier and TypeClassDescriptionclass
FieldUnivariateDerivative<S extends CalculusFieldElement<S>,
T extends FieldUnivariateDerivative<S, T>> Abstract class representing both the value and the differentials of a function.Modifier and TypeClassDescriptionclass
FieldUnivariateDerivative1<T extends CalculusFieldElement<T>>
Class representing both the value and the differentials of a function.class
FieldUnivariateDerivative2<T extends CalculusFieldElement<T>>
Class representing both the value and the differentials of a function.