Uses of Interface
org.hipparchus.analysis.differentiation.FieldDerivative1
Packages that use FieldDerivative1
Package
Description
   This package holds the main interfaces and basic building block classes
   dealing with differentiation.
- 
Uses of FieldDerivative1 in org.hipparchus.analysis.differentiation
Classes in org.hipparchus.analysis.differentiation that implement FieldDerivative1Modifier and TypeClassDescriptionclassFieldGradient<T extends CalculusFieldElement<T>>Class representing both the value and the differentials of a function.classFieldUnivariateDerivative1<T extends CalculusFieldElement<T>>Class representing both the value and the differentials of a function.