Uses of Class
org.hipparchus.analysis.differentiation.FieldUnivariateDerivative
Packages that use 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
Classes in org.hipparchus.analysis.differentiation with type parameters of type FieldUnivariateDerivativeModifier and TypeClassDescriptionclass
FieldUnivariateDerivative<S extends CalculusFieldElement<S>,
T extends FieldUnivariateDerivative<S, T>> Abstract class representing both the value and the differentials of a function.Subclasses of FieldUnivariateDerivative in org.hipparchus.analysis.differentiationModifier 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.