Uses of Class
org.hipparchus.analysis.differentiation.FieldUnivariateDerivative
-
Packages that use FieldUnivariateDerivative Package Description org.hipparchus.analysis.differentiation 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 FieldUnivariateDerivative Modifier and Type Class Description class
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.differentiation Modifier and Type Class Description class
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.
-